[FFmpeg-cvslog] mpegps: drop incorrect line of sofdec detection

Michael Niedermayer git at videolan.org
Thu Oct 6 12:48:41 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Oct  6 12:10:23 2011 +0200| [955113e31bb0a0d0bee127072d04153826883716] | committer: Michael Niedermayer

mpegps: drop incorrect line of sofdec detection

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=955113e31bb0a0d0bee127072d04153826883716
---

 libavformat/mpeg.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index 6fb1c5c..b21bc60 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);
 



More information about the ffmpeg-cvslog mailing list