mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 05:22:10 +00:00
cosmetics: Fix indentation after last commit, patch by Zuxy Meng.
Originally committed as revision 8917 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
660e83f815
commit
18d915dda6
@ -514,9 +514,9 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
if (!codec->bit_rate)
|
||||
codec->bit_rate = bitrate[i];
|
||||
if (dar[i].num > 0 && dar[i].den > 0)
|
||||
av_reduce(&codec->sample_aspect_ratio.num,
|
||||
&codec->sample_aspect_ratio.den,
|
||||
dar[i].num, dar[i].den, INT_MAX);
|
||||
av_reduce(&codec->sample_aspect_ratio.num,
|
||||
&codec->sample_aspect_ratio.den,
|
||||
dar[i].num, dar[i].den, INT_MAX);
|
||||
//av_log(NULL, AV_LOG_ERROR, "dar %d:%d sar=%d:%d\n", dar[i].num, dar[i].den, codec->sample_aspect_ratio.num, codec->sample_aspect_ratio.den);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user