diff mpegvideo.h @ 7974:2b20ad98e424 libavcodec

Rename copy_picture to ff_copy_picture.
author cehoyos
date Thu, 02 Oct 2008 00:27:09 +0000
parents 50516d28608a
children 2f5101a67500
line wrap: on
line diff
--- a/mpegvideo.h	Wed Oct 01 21:47:49 2008 +0000
+++ b/mpegvideo.h	Thu Oct 02 00:27:09 2008 +0000
@@ -701,7 +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);
+void ff_copy_picture(Picture *dst, Picture *src);
 
 static inline void ff_update_block_index(MpegEncContext *s){
     const int block_size= 8>>s->avctx->lowres;