Remove some stray unnecessary ffmpeg references.

This commit is contained in:
Diego Biurrun
2011-10-30 17:56:57 +01:00
parent d1dfcb0829
commit 124e28847b
20 changed files with 21 additions and 21 deletions

View File

@@ -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) {