diff h264.c @ 3063:f02d0b59279c libavcodec

Remove all stray tabs and trailing whitespace, this time for good.
author diego
date Tue, 24 Jan 2006 10:33:14 +0000
parents 6c3f87300378
children 04b924f8f5a5
line wrap: on
line diff
--- a/h264.c	Mon Jan 23 06:40:08 2006 +0000
+++ b/h264.c	Tue Jan 24 10:33:14 2006 +0000
@@ -4310,10 +4310,10 @@
 
         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);
         }
     }