[FFmpeg-cvslog] r10432 - trunk/libavcodec/h264.c

benoit subversion
Fri Sep 7 21:19:49 CEST 2007


Author: benoit
Date: Fri Sep  7 21:19:49 2007
New Revision: 10432

Log:
Indentation
patch by Andreas ?man


Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Fri Sep  7 21:19:49 2007
@@ -3820,13 +3820,13 @@ static int decode_slice_header(H264Conte
                Dont bother to deblock across slices */
             h->deblocking_filter = 2;
         } else {
-        h0->max_contexts = 1;
-        if(!h0->single_decode_warning) {
-            av_log(s->avctx, AV_LOG_INFO, "Cannot parallelize deblocking type 1, decoding such frames in sequential order\n");
-            h0->single_decode_warning = 1;
-        }
-        if(h != h0)
-            return 1; // deblocking switched inside frame
+            h0->max_contexts = 1;
+            if(!h0->single_decode_warning) {
+                av_log(s->avctx, AV_LOG_INFO, "Cannot parallelize deblocking type 1, decoding such frames in sequential order\n");
+                h0->single_decode_warning = 1;
+            }
+            if(h != h0)
+                return 1; // deblocking switched inside frame
         }
     }
 




More information about the ffmpeg-cvslog mailing list