]> git.sesse.net Git - ffmpeg/commitdiff
useless
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 28 May 2008 01:53:23 +0000 (01:53 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 28 May 2008 01:53:23 +0000 (01:53 +0000)
Originally committed as revision 13486 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/yuv4mpeg.c

index 7913e417a7de469f5eb13532a63deca3b7db5e9f..6f1eb5d6e676d718310b89e4efd91aed4a3d1a18 100644 (file)
@@ -322,7 +322,6 @@ static int yuv4_read_header(AVFormatContext *s, AVFormatParameters *ap)
     }
 
     st = av_new_stream(s, 0);
-    st = s->streams[0];
     st->codec->width = width;
     st->codec->height = height;
     av_reduce(&raten, &rated, raten, rated, (1UL<<31)-1);