diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-05 14:31:25 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-23 10:09:13 +0100 |
commit | 5c1585c4c3b5281835d784c5daef0069915ccd57 (patch) | |
tree | 420e5fc25731a008395d41ede205cc8789052a1a /libavcodec/version.h | |
parent | 7b917041184874e7d7cba4450813de7e0bb28a33 (diff) | |
download | ffmpeg-5c1585c4c3b5281835d784c5daef0069915ccd57.tar.gz |
lavc: Drop deprecated VDPAU buffer fields
Deprecated in 07/2013.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 3d7e47c729..033909a1e4 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -47,9 +47,6 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_BUFS_VDPAU -#define FF_API_BUFS_VDPAU (LIBAVCODEC_VERSION_MAJOR < 58) -#endif #ifndef FF_API_VOXWARE #define FF_API_VOXWARE (LIBAVCODEC_VERSION_MAJOR < 58) #endif |