[FFmpeg-devel] [PATCH]Postpone vdpau removal

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Aug 18 22:58:59 CEST 2015


Hi!

Attached patch postpones the vdpau removal.
The decoders were only deprecated today, so give users time until the next 
version bump.

Carl Eugen
-------------- next part --------------
diff --git a/libavutil/version.h b/libavutil/version.h
index 653f530..e118be0 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -108,7 +108,7 @@
 #define FF_API_AVFRAME_LAVC             (LIBAVUTIL_VERSION_MAJOR < 55)
 #endif
 #ifndef FF_API_VDPAU
-#define FF_API_VDPAU                    (LIBAVUTIL_VERSION_MAJOR < 55)
+#define FF_API_VDPAU                    (LIBAVUTIL_VERSION_MAJOR < 56)
 #endif
 #ifndef FF_API_GET_CHANNEL_LAYOUT_COMPAT
 #define FF_API_GET_CHANNEL_LAYOUT_COMPAT (LIBAVUTIL_VERSION_MAJOR < 55)


More information about the ffmpeg-devel mailing list