[FFmpeg-cvslog] r19400 - trunk/libavcodec/aac.c

alexc subversion
Fri Jul 10 23:54:06 CEST 2009


Author: alexc
Date: Fri Jul 10 23:54:06 2009
New Revision: 19400

Log:
Cosmetics: reindent after last commit

Modified:
   trunk/libavcodec/aac.c

Modified: trunk/libavcodec/aac.c
==============================================================================
--- trunk/libavcodec/aac.c	Fri Jul 10 23:53:04 2009	(r19399)
+++ trunk/libavcodec/aac.c	Fri Jul 10 23:54:06 2009	(r19400)
@@ -1662,7 +1662,7 @@ static int aac_decode_frame(AVCodecConte
                 av_log(avccontext, AV_LOG_ERROR,
                        "Not evaluating a further program_config_element as this construct is dubious at best.\n");
             else
-            err = output_configure(ac, ac->che_pos, new_che_pos, 0);
+                err = output_configure(ac, ac->che_pos, new_che_pos, 0);
             break;
         }
 



More information about the ffmpeg-cvslog mailing list