Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-29 14:44:59 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-29 14:44:59 +0300
commitb123d82c4182fc3842376ac1e078ec63bcd2e20c (patch)
tree69c59ad4afd9cafbd5372a16b288447d72ee3675 /libavcodec/version.h
parent1b82b934a166e60f64e966eaa97512ba9dcb615b (diff)
parentb10b6ac7a902f28e09e37a29c392e2f0c19e9526 (diff)
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.h3
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 */