aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-24 10:33:14 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-24 10:33:14 +0000
commit4f59b684a6470d4dc337cc7abca662347039c8c6 (patch)
tree4b6e2c7e6d7a3107303d7f20fbcbf15bf253c7b4 /libavcodec/h264.c
parent12943a53b59994d88ec69a6759adc1fa13312870 (diff)
downloadffmpeg-4f59b684a6470d4dc337cc7abca662347039c8c6.tar.gz
Remove all stray tabs and trailing whitespace, this time for good.
Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 11a4ce792a..744c0ad0f3 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -4310,10 +4310,10 @@ static int decode_slice_header(H264Context *h){
if(h->sps.timing_info_present_flag){
s->avctx->time_base= (AVRational){h->sps.num_units_in_tick * 2, h->sps.time_scale};
- if(h->x264_build > 0 && h->x264_build < 44)
- s->avctx->time_base.den *= 2;
- av_reduce(&s->avctx->time_base.num, &s->avctx->time_base.den,
- s->avctx->time_base.num, s->avctx->time_base.den, 1<<30);
+ if(h->x264_build > 0 && h->x264_build < 44)
+ s->avctx->time_base.den *= 2;
+ av_reduce(&s->avctx->time_base.num, &s->avctx->time_base.den,
+ s->avctx->time_base.num, s->avctx->time_base.den, 1<<30);
}
}