]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/avcodec.h
Use bicubic MC (should also remove those ringing artifacts) when needed
[ffmpeg] / libavcodec / avcodec.h
index 809c8f842cdb139d52f3de10c7877b90b2554673..d0dabb55431f8d2f4991e778d9b59677a3cec328 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
 #define AV_TOSTRING(s) #s
 
 #define LIBAVCODEC_VERSION_INT  ((51<<16)+(10<<8)+0)
-#define LIBAVCODEC_VERSION      51.10.0
+#define LIBAVCODEC_VERSION      51.11.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)