[FFmpeg-cvslog] r26031 - trunk/libavcodec/ac3enc.c
jbr
subversion
Thu Dec 16 04:44:36 CET 2010
Author: jbr
Date: Thu Dec 16 04:44:35 2010
New Revision: 26031
Log:
cosmetics: pretty-printing after last commit
Modified:
trunk/libavcodec/ac3enc.c
Modified: trunk/libavcodec/ac3enc.c
==============================================================================
--- trunk/libavcodec/ac3enc.c Thu Dec 16 04:44:32 2010 (r26030)
+++ trunk/libavcodec/ac3enc.c Thu Dec 16 04:44:35 2010 (r26031)
@@ -1760,14 +1760,12 @@ static av_cold int ac3_encode_init(AVCod
s->mdct.avctx = avctx;
ret = mdct_init(&s->mdct, 9);
- if (ret) {
+ if (ret)
goto init_fail;
- }
ret = allocate_buffers(avctx);
- if (ret) {
+ if (ret)
goto init_fail;
- }
avctx->coded_frame= avcodec_alloc_frame();
More information about the ffmpeg-cvslog
mailing list