diff wmv2.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 81a9f883a17a
children 511e3afc43e1
line wrap: on
line diff
--- a/wmv2.c	Thu Feb 24 16:39:03 2005 +0000
+++ b/wmv2.c	Thu Feb 24 19:08:50 2005 +0000
@@ -101,6 +101,7 @@
     return 0;
 }
 
+#if 0 /* unused, remove? */
 static int wmv2_encode_end(AVCodecContext *avctx){
     
     if(MPV_encode_end(avctx) < 0)
@@ -111,6 +112,7 @@
     
     return 0;
 }
+#endif
 
 int ff_wmv2_encode_picture_header(MpegEncContext * s, int picture_number)
 {