summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-09-29 15:41:55 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-09-29 15:41:55 +0000
commitbf615b89e38f12d1096e406fbd109e40a772377b (patch)
tree5c11da273c2c415652ebda3683cdcbd04cb69216 /libavcodec/mpegvideo.h
parentdc771f6b5f4540c9ea1beaef0ddf268807a2c17f (diff)
downloadffmpeg-streaming-bf615b89e38f12d1096e406fbd109e40a772377b.zip
ffmpeg-streaming-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.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 0477d44..2c2a509 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -701,6 +701,7 @@ void ff_convert_matrix(DSPContext *dsp, int (*qmat)[64], uint16_t (*qmat16)[2][6
const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra);
void ff_init_block_index(MpegEncContext *s);
+void copy_picture(Picture *dst, Picture *src);
static inline void ff_update_block_index(MpegEncContext *s){
const int block_size= 8>>s->avctx->lowres;
OpenPOWER on IntegriCloud