diff libmpcodecs/vf_mcdeint.c @ 35715:8517826b0dbd

Replace CODEC_IDs their modern AV_-prefixed counterparts.
author diego
date Mon, 21 Jan 2013 19:44:53 +0000
parents d206960484fe
children 25e1fb36262e
line wrap: on
line diff
--- a/libmpcodecs/vf_mcdeint.c	Mon Jan 21 19:44:49 2013 +0000
+++ b/libmpcodecs/vf_mcdeint.c	Mon Jan 21 19:44:53 2013 +0000
@@ -183,7 +183,7 @@
         int width, int height, int d_width, int d_height,
         unsigned int flags, unsigned int outfmt){
         int i;
-        AVCodec *enc= avcodec_find_encoder(CODEC_ID_SNOW);
+        AVCodec *enc= avcodec_find_encoder(AV_CODEC_ID_SNOW);
 
         for(i=0; i<3; i++){
             AVCodecContext *avctx_enc;