This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: pretty-printing after last commit
Originally committed as revision 26031 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Justin Ruggles
15 years ago
parent
89bedc4d2e
commit
7786c384f6
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
libavcodec/ac3enc.c
+ 2
- 4
libavcodec/ac3enc.c
View File
@@ -1760,14 +1760,12 @@ static av_cold int ac3_encode_init(AVCodecContext *avctx)
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();
Write
Preview
Loading…
Cancel
Save