[FFmpeg-devel] [PATCH 2/7] reindent after previous commit
Janne Grunau
janne-ffmpeg
Fri Oct 29 00:44:53 CEST 2010
---
libavcodec/aacdec.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index efb40e0..ae1dff9 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -410,8 +410,8 @@ static int decode_ga_specific_config(AACContext *ac, GetBitContext *gb,
return ret;
}
if (m4ac == &ac->m4ac)
- if ((ret = output_configure(ac, ac->che_pos, new_che_pos, channel_config, OC_GLOBAL_HDR)))
- return ret;
+ if ((ret = output_configure(ac, ac->che_pos, new_che_pos, channel_config, OC_GLOBAL_HDR)))
+ return ret;
if (extension_flag) {
switch (m4ac->object_type) {
--
1.7.3.2
More information about the ffmpeg-devel
mailing list