Mercurial > libavcodec.hg
changeset 5182:874d9b7641e3 libavcodec
get rid of one unneeded #ifdef HAVE_XVMC
author | michael |
---|---|
date | Fri, 22 Jun 2007 17:18:58 +0000 |
parents | 13b0682bdf11 |
children | 3adfa650c7ad |
files | mpeg12.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mpeg12.c Fri Jun 22 13:44:58 2007 +0000 +++ b/mpeg12.c Fri Jun 22 17:18:58 2007 +0000 @@ -69,12 +69,10 @@ static int mpeg_decode_motion(MpegEncContext *s, int fcode, int pred); static void exchange_uv(MpegEncContext *s); -#ifdef HAVE_XVMC extern int XVMC_field_start(MpegEncContext *s, AVCodecContext *avctx); extern int XVMC_field_end(MpegEncContext *s); extern void XVMC_pack_pblocks(MpegEncContext *s,int cbp); extern void XVMC_init_block(MpegEncContext *s);//set s->block -#endif static const enum PixelFormat pixfmt_yuv_420[]= {PIX_FMT_YUV420P,-1}; static const enum PixelFormat pixfmt_yuv_422[]= {PIX_FMT_YUV422P,-1};