mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
useless
Originally committed as revision 13486 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dd72228e53
commit
7a7718e38f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user