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

cehoyos subversion
Mon Jan 5 01:48:44 CET 2009


Author: cehoyos
Date: Mon Jan  5 01:48:44 2009
New Revision: 16433

Log:
Cosmetics: Fix indentation.

Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	Mon Jan  5 01:31:39 2009	(r16432)
+++ trunk/libavcodec/h264.c	Mon Jan  5 01:48:44 2009	(r16433)
@@ -7427,7 +7427,7 @@ static int decode_nal_units(H264Context 
                     ff_VDPAU_h264_add_data_chunk(h, start_code, sizeof(start_code));
                     ff_VDPAU_h264_add_data_chunk(h, &buf[buf_index - consumed], consumed );
                 }else
-                context_count++;
+                    context_count++;
             }
             break;
         case NAL_DPA:




More information about the ffmpeg-cvslog mailing list