diff cljr.c @ 2522:e25782262d7d libavcodec

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents f67b63ed036d
children ef2149182f1c
line wrap: on
line diff
--- a/cljr.c	Thu Feb 24 16:39:03 2005 +0000
+++ b/cljr.c	Thu Feb 24 19:08:50 2005 +0000
@@ -119,12 +119,14 @@
     return 0;
 }
 
+#if 0
 static int encode_init(AVCodecContext *avctx){
 
     common_init(avctx);
     
     return 0;
 }
+#endif
 
 AVCodec cljr_decoder = {
     "cljr",