diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-09-29 15:41:55 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-09-29 15:41:55 +0000 |
commit | bf615b89e38f12d1096e406fbd109e40a772377b (patch) | |
tree | 5c11da273c2c415652ebda3683cdcbd04cb69216 /libavcodec/mpegvideo_common.h | |
parent | dc771f6b5f4540c9ea1beaef0ddf268807a2c17f (diff) | |
download | ffmpeg-bf615b89e38f12d1096e406fbd109e40a772377b.tar.gz |
Fix a warning about an undefined function when compiling h264.c
Originally committed as revision 15462 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo_common.h')
-rw-r--r-- | libavcodec/mpegvideo_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index 034217e156..6875e85313 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -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 |