diff mpegvideo.h @ 7937:50516d28608a libavcodec

Fix a warning about an undefined function when compiling h264.c
author cehoyos
date Mon, 29 Sep 2008 15:41:55 +0000
parents 8b8be8f2b647
children 2b20ad98e424
line wrap: on
line diff
--- a/mpegvideo.h	Mon Sep 29 06:22:12 2008 +0000
+++ b/mpegvideo.h	Mon Sep 29 15:41:55 2008 +0000
@@ -701,6 +701,7 @@
                        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;