Commit 955113e3 authored by Michael Niedermayer's avatar Michael Niedermayer

mpegps: drop incorrect line of sofdec detection

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5bebb6e6
......@@ -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);
......
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