summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-28 14:30:25 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-08-28 16:01:17 +0200
commit069713aa4b137781e270768d803b1f7456daa724 (patch)
tree4ad479d331d9ecad3b022c6f6ab56153b6642579 /libavcodec/version.h
parent9f90b24877016e7140b9b14e4b1acee663bb6d8a (diff)
lavc: Drop deprecated thread opaque and codec pkt
These fields were never part of the public API.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 2d26d4f19e..d14b1c0e4d 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -81,12 +81,6 @@
#ifndef FF_API_ASPECT_EXTENDED
#define FF_API_ASPECT_EXTENDED (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
-#ifndef FF_API_THREAD_OPAQUE
-#define FF_API_THREAD_OPAQUE (LIBAVCODEC_VERSION_MAJOR < 57)
-#endif
-#ifndef FF_API_CODEC_PKT
-#define FF_API_CODEC_PKT (LIBAVCODEC_VERSION_MAJOR < 57)
-#endif
#ifndef FF_API_ARCH_ALPHA
#define FF_API_ARCH_ALPHA (LIBAVCODEC_VERSION_MAJOR < 57)
#endif