]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo_common.h
Add a Makefile variable for the old scaler that gets enabled when the new
[ffmpeg] / libavcodec / mpegvideo_common.h
index 034217e1561301adc74ccd3a8b8f8a7d4e69fe29..6875e8531392224833d20ca212066ddf72822b9e 100644 (file)
@@ -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