OSDN Git Service

Cosmetics: reindent after last commit
authorAlex Converse <alex.converse@gmail.com>
Fri, 10 Jul 2009 21:54:06 +0000 (21:54 +0000)
committerAlex Converse <alex.converse@gmail.com>
Fri, 10 Jul 2009 21:54:06 +0000 (21:54 +0000)
Originally committed as revision 19400 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/aac.c

index df13f0c..6131089 100644 (file)
@@ -1662,7 +1662,7 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data
                 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;
         }