mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-26 21:10:34 +00:00
mpegps: drop incorrect line of sofdec detection
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5bebb6e64b
commit
955113e31b
@ -119,7 +119,6 @@ static int mpegps_read_header(AVFormatContext *s,
|
||||
m->sofdec = -1;
|
||||
do {
|
||||
v = avio_r8(s->pb);
|
||||
m->header_state = m->header_state << 8 | v;
|
||||
m->sofdec++;
|
||||
} while (v == sofdec[i] && i++ < 6);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user