Commit 201ecc45 authored by michael's avatar michael

Remove pointless code.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11885 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 00cdf1cf
...@@ -55,11 +55,9 @@ static void dct_unquantize_h263_inter_c(MpegEncContext *s, ...@@ -55,11 +55,9 @@ static void dct_unquantize_h263_inter_c(MpegEncContext *s,
DCTELEM *block, int n, int qscale); DCTELEM *block, int n, int qscale);
static void draw_edges_c(uint8_t *buf, int wrap, int width, int height, int w); 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 int XVMC_field_start(MpegEncContext*s, AVCodecContext *avctx);
extern void XVMC_field_end(MpegEncContext *s); extern void XVMC_field_end(MpegEncContext *s);
extern void XVMC_decode_mb(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; void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w)= draw_edges_c;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment