diff vcr1.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/vcr1.c	Thu Feb 24 16:39:03 2005 +0000
+++ b/vcr1.c	Thu Feb 24 19:08:50 2005 +0000
@@ -151,12 +151,14 @@
     return 0;
 }
 
+#if 0
 static int encode_init(AVCodecContext *avctx){
  
     common_init(avctx);
     
     return 0;
 }
+#endif
 
 AVCodec vcr1_decoder = {
     "vcr1",