changeset 6342:644cc66607b2 libavcodec

Remove pointless code.
author michael
date Sat, 09 Feb 2008 17:26:40 +0000
parents 56592543346c
children 870714b0f293
files mpegvideo.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mpegvideo.c	Sat Feb 09 14:45:36 2008 +0000
+++ b/mpegvideo.c	Sat Feb 09 17:26:40 2008 +0000
@@ -55,11 +55,9 @@
                                   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;