mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
silence few warnings
Originally committed as revision 2514 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9515c0c107
commit
57489bc511
@ -68,12 +68,13 @@ static inline int mpeg2_decode_block_intra(MpegEncContext *s,
|
|||||||
DCTELEM *block,
|
DCTELEM *block,
|
||||||
int n);
|
int n);
|
||||||
static int mpeg_decode_motion(MpegEncContext *s, int fcode, int pred);
|
static int mpeg_decode_motion(MpegEncContext *s, int fcode, int pred);
|
||||||
|
static void exchange_uv(MpegEncContext *s);
|
||||||
|
|
||||||
#ifdef HAVE_XVMC
|
#ifdef HAVE_XVMC
|
||||||
extern int XVMC_field_start(MpegEncContext *s, AVCodecContext *avctx);
|
extern int XVMC_field_start(MpegEncContext *s, AVCodecContext *avctx);
|
||||||
extern int XVMC_field_end(MpegEncContext *s);
|
extern int XVMC_field_end(MpegEncContext *s);
|
||||||
extern void XVMC_pack_pblocks(MpegEncContext *s,int cbp);
|
extern void XVMC_pack_pblocks(MpegEncContext *s,int cbp);
|
||||||
extern void XVMC_init_block(s);//set s->block
|
extern void XVMC_init_block(MpegEncContext *s);//set s->block
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_ENCODERS
|
#ifdef CONFIG_ENCODERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user