diff libmpcodecs/vf_uspp.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 ed1d856ec43d
line wrap: on
line diff
--- a/libmpcodecs/vf_uspp.c	Mon Jan 21 19:44:49 2013 +0000
+++ b/libmpcodecs/vf_uspp.c	Mon Jan 21 19:44:53 2013 +0000
@@ -212,7 +212,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++){
             int is_chroma= !!i;