summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-17 13:36:09 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-17 13:36:09 +0100
commit31ae2308b3f6c1021d79da69c504490239895d60 (patch)
tree4760053d9a303c341ab1eca82582b982ea3d5bfd /libavcodec/version.h
parentb799619f48ba5fd07e91243f27f74638bcb875fb (diff)
parent2507b5dd674834be7261772996f47ae3b95cca69 (diff)
downloadffmpeg-streaming-31ae2308b3f6c1021d79da69c504490239895d60.zip
ffmpeg-streaming-31ae2308b3f6c1021d79da69c504490239895d60.tar.gz
Merge commit '2507b5dd674834be7261772996f47ae3b95cca69'
* commit '2507b5dd674834be7261772996f47ae3b95cca69': mpegvideo_enc: export vbv_delay in side data 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 6f88ee4..3a533c2 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -197,5 +197,8 @@
#ifndef FF_API_RTP_CALLBACK
#define FF_API_RTP_CALLBACK (LIBAVCODEC_VERSION_MAJOR < 59)
#endif
+#ifndef FF_API_VBV_DELAY
+#define FF_API_VBV_DELAY (LIBAVCODEC_VERSION_MAJOR < 59)
+#endif
#endif /* AVCODEC_VERSION_H */
OpenPOWER on IntegriCloud