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:
authorJames Almer <jamrial@gmail.com>2017-10-21 21:48:25 +0300
committerJames Almer <jamrial@gmail.com>2017-10-21 21:48:25 +0300
commitf02bda3a03c1103a1c293ad030e6bcf089b21902 (patch)
treeddea22aa1a1a60944f3c28855a333213da66e622 /libavformat/version.h
parentd1b1a65662e3657ba05aa76023dde19712470f58 (diff)
parent5e71299758d3aa7c93c3cca618a8e048a9483794 (diff)
Merge commit '5e71299758d3aa7c93c3cca618a8e048a9483794'
* commit '5e71299758d3aa7c93c3cca618a8e048a9483794': lavf: Drop deprecated bitexact functionality Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index ed0439a26a..262cd35fe0 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -55,9 +55,6 @@
* at once through the bump. This improves the git bisect-ability of the change.
*
*/
-#ifndef FF_API_LAVF_BITEXACT
-#define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_LAVF_FRAC
#define FF_API_LAVF_FRAC (LIBAVFORMAT_VERSION_MAJOR < 58)
#endif