diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-02-09 17:26:40 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-02-09 17:26:40 +0000 |
commit | dc6340e048152870af58d2f005965aa8cf43fc90 (patch) | |
tree | 82ae4e6b97f43b5337db233419c26a38e11b40d9 /libavcodec/mpegvideo.c | |
parent | a4195e68b6d057fb047ef5ae9b7a76377c58ad62 (diff) | |
download | ffmpeg-dc6340e048152870af58d2f005965aa8cf43fc90.tar.gz |
Remove pointless code.
Originally committed as revision 11885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 4788118d5b..6b14339db0 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -55,11 +55,9 @@ static void dct_unquantize_h263_inter_c(MpegEncContext *s, 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; |