comparison 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
comparison
equal deleted inserted replaced
1013:5d4c95f323d0 1014:48349e11c9b2
1450 } 1450 }
1451 1451
1452 static int AC3_encode_close(AVCodecContext *avctx) 1452 static int AC3_encode_close(AVCodecContext *avctx)
1453 { 1453 {
1454 av_freep(&avctx->coded_frame); 1454 av_freep(&avctx->coded_frame);
1455 return 0;
1455 } 1456 }
1456 1457
1457 #if 0 1458 #if 0
1458 /*************************************************************************/ 1459 /*************************************************************************/
1459 /* TEST */ 1460 /* TEST */