diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-30 17:56:57 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-11-02 10:42:54 +0100 |
commit | 124e28847b95a70724399c8473dd778b5c4c8ffc (patch) | |
tree | 79e76aac5b1a80d0a74702e47611e62cae6ed502 /libavformat/mpegts.c | |
parent | d1dfcb082957b646d59388925fc20b7485da33cb (diff) | |
download | ffmpeg-124e28847b95a70724399c8473dd778b5c4c8ffc.tar.gz |
Remove some stray unnecessary ffmpeg references.
Diffstat (limited to 'libavformat/mpegts.c')
-rw-r--r-- | libavformat/mpegts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 5fa82dc21a..2e390e4268 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -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) { |