summaryrefslogtreecommitdiff
path: root/libavcodec/aac.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2009-07-10 21:54:06 +0000
committerAlex Converse <alex.converse@gmail.com>2009-07-10 21:54:06 +0000
commit36f517736f5a77c4e80b2e8103851a47b18466e6 (patch)
treefb58afc66833a6a4915a8c78a1b74907526b0c29 /libavcodec/aac.c
parent6308765cb554f7bbc675376915f38d9c8e0706ab (diff)
Cosmetics: reindent after last commit
Originally committed as revision 19400 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac.c')
-rw-r--r--libavcodec/aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aac.c b/libavcodec/aac.c
index df13f0c77f..6131089889 100644
--- a/libavcodec/aac.c
+++ b/libavcodec/aac.c
@@ -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;
}