[FFmpeg-cvslog] r11885 - trunk/libavcodec/mpegvideo.c

michael subversion
Sat Feb 9 18:26:40 CET 2008


Author: michael
Date: Sat Feb  9 18:26:40 2008
New Revision: 11885

Log:
Remove pointless code.


Modified:
   trunk/libavcodec/mpegvideo.c

Modified: trunk/libavcodec/mpegvideo.c
==============================================================================
--- trunk/libavcodec/mpegvideo.c	(original)
+++ trunk/libavcodec/mpegvideo.c	Sat Feb  9 18:26:40 2008
@@ -55,11 +55,9 @@ static void dct_unquantize_h263_inter_c(
                                   DCTELEM *block, int n, int qscale);
 static void draw_edges_c(uint8_t *buf, int wrap, int width, int height, int w);
 
-#ifdef HAVE_XVMC
 extern int  XVMC_field_start(MpegEncContext*s, AVCodecContext *avctx);
 extern void XVMC_field_end(MpegEncContext *s);
 extern void XVMC_decode_mb(MpegEncContext *s);
-#endif
 
 void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w)= draw_edges_c;
 




More information about the ffmpeg-cvslog mailing list