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:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-12-05 22:11:14 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-23 12:09:11 +0300
commit5e71299758d3aa7c93c3cca618a8e048a9483794 (patch)
tree9f6f8ddebbe274c41b0d30197af1628a30297b37 /libavformat/version.h
parent96a47364d1cf346a5d0437e054b1b10d44d8d969 (diff)
lavf: Drop deprecated bitexact functionality
Deprecated in 05/2014.
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 7103b5d969..26f5c75991 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -48,9 +48,6 @@
* dropped at a future version bump. The defines themselves are not part of
* the public API and may change, break or disappear at any time.
*/
-#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