summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 17:03:44 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 17:03:44 +0200
commit7f6b794da051ff4e4235bbc2b84469ff2807a453 (patch)
tree84557872394fe73f88b2628b6c268c1db573a43f /libavcodec/version.h
parent4eb86b83a407faef20e9b243f341daa4e88728ef (diff)
parent069713aa4b137781e270768d803b1f7456daa724 (diff)
downloadffmpeg-streaming-7f6b794da051ff4e4235bbc2b84469ff2807a453.zip
ffmpeg-streaming-7f6b794da051ff4e4235bbc2b84469ff2807a453.tar.gz
Merge commit '069713aa4b137781e270768d803b1f7456daa724'
* commit '069713aa4b137781e270768d803b1f7456daa724': lavc: Drop deprecated thread opaque and codec pkt Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
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 6109946..0dced6c 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -106,12 +106,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
OpenPOWER on IntegriCloud