summaryrefslogtreecommitdiff
path: root/libavformat/yuv4mpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-05-28 01:53:23 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-05-28 01:53:23 +0000
commit7a7718e38f7610de534eb0b4e21bb8736ab911f9 (patch)
treee9493344b1e878f6eb8dc6b2b7d70a96f6486bc9 /libavformat/yuv4mpeg.c
parentdd72228e53270a65f7311bb930c1324c209976c7 (diff)
useless
Originally committed as revision 13486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/yuv4mpeg.c')
-rw-r--r--libavformat/yuv4mpeg.c1
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);