diff mpegvideo_common.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 c4a4495715dd
children 7a463923ecd1
line wrap: on
line diff
--- a/mpegvideo_common.h	Mon Sep 29 06:22:12 2008 +0000
+++ b/mpegvideo_common.h	Mon Sep 29 15:41:55 2008 +0000
@@ -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