Commit 06732e43 authored by michael's avatar michael

Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3046 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5dc1d3f8
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment