diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-29 13:44:59 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-29 13:44:59 +0200 |
commit | b123d82c4182fc3842376ac1e078ec63bcd2e20c (patch) | |
tree | 69c59ad4afd9cafbd5372a16b288447d72ee3675 /libavcodec/version.h | |
parent | 1b82b934a166e60f64e966eaa97512ba9dcb615b (diff) | |
parent | b10b6ac7a902f28e09e37a29c392e2f0c19e9526 (diff) | |
download | ffmpeg-b123d82c4182fc3842376ac1e078ec63bcd2e20c.tar.gz |
Merge commit 'b10b6ac7a902f28e09e37a29c392e2f0c19e9526'
* commit 'b10b6ac7a902f28e09e37a29c392e2f0c19e9526':
vdpau: deprecate av_vdpau_get_profile()
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 3521660cfc..676099ccee 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -182,5 +182,8 @@ #ifndef FF_API_SIDEDATA_ONLY_PKT #define FF_API_SIDEDATA_ONLY_PKT (LIBAVCODEC_VERSION_MAJOR < 59) #endif +#ifndef FF_API_VDPAU_PROFILE +#define FF_API_VDPAU_PROFILE (LIBAVCODEC_VERSION_MAJOR < 59) +#endif #endif /* AVCODEC_VERSION_H */ |