Remove some stray unnecessary ffmpeg references.
This commit is contained in:
@@ -1440,7 +1440,7 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len
|
||||
if (pid < 0)
|
||||
break;
|
||||
|
||||
/* now create ffmpeg stream */
|
||||
/* now create stream */
|
||||
if (ts->pids[pid] && ts->pids[pid]->type == MPEGTS_PES) {
|
||||
pes = ts->pids[pid]->u.pes_filter.opaque;
|
||||
if (!pes->st) {
|
||||
|
Reference in New Issue
Block a user