From df70de1f61c844f3ceb34abe5b424d9acd50d0f2 Mon Sep 17 00:00:00 2001 From: Dmitry Borisov Date: Fri, 23 Apr 2004 21:02:01 +0000 Subject: Mpeg start codes patch by ("Dmitry Borisov" ) Originally committed as revision 3046 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mpeg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/mpeg.c') diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 05957e6f6e..6112d75192 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -1178,6 +1178,9 @@ static int mpegps_read_pes_header(AVFormatContext *s, header_len--; } } + else if( c!= 0xf ) + goto redo; + if (startcode == 0x1bd) { if (len < 1) goto redo; -- cgit v1.2.3