From ef9f730675b17f273ff5a39f3c99c71a6e96005a Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 19 Jan 2003 18:30:29 +0000 Subject: C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård)) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 1474 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3enc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ac3enc.c') diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index 641e919a6b..2becee57ba 100644 --- 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 -- cgit v1.2.3