git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net...
[ffmpeg.git]
/
libavcodec
/
ac3enc.c
diff --git
a/libavcodec/ac3enc.c
b/libavcodec/ac3enc.c
index
641e919
..
2becee5
100644
(file)
--- a/
libavcodec/ac3enc.c
+++ b/
libavcodec/ac3enc.c
@@
-1452,6
+1452,7
@@
static int AC3_encode_frame(AVCodecContext *avctx,
static int AC3_encode_close(AVCodecContext *avctx)
{
av_freep(&avctx->coded_frame);
+ return 0;
}
#if 0