Fix a warning about an undefined function when compiling h264.c
Originally committed as revision 15462 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
int dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
|
||||
int dct_quantize_trellis_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
|
||||
void denoise_dct_c(MpegEncContext *s, DCTELEM *block);
|
||||
void copy_picture(Picture *dst, Picture *src);
|
||||
|
||||
/**
|
||||
* allocates a Picture
|
||||
|
||||
Reference in New Issue
Block a user