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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-01-11 00:23:39 +0300
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-01-12 19:32:29 +0300
commit2e8b0446c6798947dac77fee4a06f9c4e8131ab5 (patch)
tree33af4008787c729a7a98e295daecc2b0962866ed /libavcodec/version.h
parent90ab9a58ff697e0a7bfd89715cba5a8fb4074b35 (diff)
lavc: Allow very high bitrates in AVCPBProperties after next version bump.
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 aa16bb24a0..4adde7756f 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -132,6 +132,9 @@
#ifndef FF_API_NEXT
#define FF_API_NEXT (LIBAVCODEC_VERSION_MAJOR < 59)
#endif
+#ifndef FF_API_UNSANITIZED_BITRATES
+#define FF_API_UNSANITIZED_BITRATES (LIBAVCODEC_VERSION_MAJOR < 59)
+#endif
#endif /* AVCODEC_VERSION_H */