From 955113e31bb0a0d0bee127072d04153826883716 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 6 Oct 2011 12:10:23 +0200 Subject: mpegps: drop incorrect line of sofdec detection Signed-off-by: Michael Niedermayer --- libavformat/mpeg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/mpeg.c') diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 6fb1c5c31b..b21bc601eb 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -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); -- cgit v1.2.3