comparison src/tssplitter_lite.c @ 184:dc0d3addfd18

Fix a bug that failed to DLNA streaming. cosmetic changes.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Fri, 09 May 2014 21:30:46 +0900
parents 27e5f99f8991
children
comparison
equal deleted inserted replaced
183:27e5f99f8991 184:dc0d3addfd18
392 * PAT を解析し、出力対象チャンネルが含まれているかチェックを行い、PAT を再構築する 392 * PAT を解析し、出力対象チャンネルが含まれているかチェックを行い、PAT を再構築する
393 */ 393 */
394 static int AnalyzePat(splitter *sp, unsigned char *buf) 394 static int AnalyzePat(splitter *sp, unsigned char *buf)
395 #if 0 395 #if 0
396 splitter *sp 396 splitter *sp
397 unsigned char** pat, // [out] PAT 情報(再構築後)
398 unsigned char* pids, // [out] 出力対象 PID 情報
399 char** sid_list, // [in] 出力対象サービス ID のリスト
400 unsigned char* pmt_pids, // [out] サービス ID に対応する PMT の PID
401 int* pmt_retain // [out] 残すPMTの数
402
403 unsigned char* buf, // [in] 読み込んだバッファ 397 unsigned char* buf, // [in] 読み込んだバッファ
404 #endif 398 #endif
405 { 399 {
406 int pos[MAX_PID]; 400 int pos[MAX_PID];
407 int service_id; 401 int service_id;