diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-06-04 14:54:33 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-06-04 14:54:33 +0000 |
commit | 04ec18b8b3367219feb9c116d3153b3389ecdcc9 (patch) | |
tree | a0cec02a1928e64667510d8e8db3e9294c619661 /libavformat/mpegts.c | |
parent | 28f03d049411a052e499fa2d96febd1f9126e0c6 (diff) | |
download | ffmpeg-04ec18b8b3367219feb9c116d3153b3389ecdcc9.tar.gz |
harmless typo
Originally committed as revision 9210 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 e5515a27f3..7829c7fb4c 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -544,8 +544,8 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len pes = add_pes_stream(ts, pid, stream_type); if (pes) st = new_pes_av_stream(pes, 0); - break; } + break; default: /* we ignore the other streams */ break; |