diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-05-28 01:53:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-05-28 01:53:23 +0000 |
commit | 7a7718e38f7610de534eb0b4e21bb8736ab911f9 (patch) | |
tree | e9493344b1e878f6eb8dc6b2b7d70a96f6486bc9 /libavformat/yuv4mpeg.c | |
parent | dd72228e53270a65f7311bb930c1324c209976c7 (diff) | |
download | ffmpeg-7a7718e38f7610de534eb0b4e21bb8736ab911f9.tar.gz |
useless
Originally committed as revision 13486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/yuv4mpeg.c')
-rw-r--r-- | libavformat/yuv4mpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/yuv4mpeg.c b/libavformat/yuv4mpeg.c index 7913e417a7..6f1eb5d6e6 100644 --- a/libavformat/yuv4mpeg.c +++ b/libavformat/yuv4mpeg.c @@ -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); |