diff ac3enc.c @ 1014:48349e11c9b2 libavcodec

C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Mns Rullgrd))
author michaelni
date Sun, 19 Jan 2003 18:30:29 +0000
parents 7fccaa0d699d
children bb5de8a59da8
line wrap: on
line diff
--- a/ac3enc.c	Sun Jan 19 17:55:13 2003 +0000
+++ b/ac3enc.c	Sun Jan 19 18:30:29 2003 +0000
@@ -1452,6 +1452,7 @@
 static int AC3_encode_close(AVCodecContext *avctx)
 {
     av_freep(&avctx->coded_frame);
+    return 0;
 }
 
 #if 0