Commit 7a7718e3 authored by Michael Niedermayer's avatar Michael Niedermayer

useless

Originally committed as revision 13486 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dd72228e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment