summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-18 14:39:15 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-18 14:39:15 +0100
commit362028cac913e232ce8c3702fa4c96b33fc5e0de (patch)
tree9ddb25aabdab4278d23fb61c72735f4250ea588f /libavcodec/version.h
parent2630f7f709049113dc03d6b999efad6acc423d67 (diff)
parent16216b713f9a21865cc07993961cf5d0ece24916 (diff)
downloadffmpeg-streaming-362028cac913e232ce8c3702fa4c96b33fc5e0de.zip
ffmpeg-streaming-362028cac913e232ce8c3702fa4c96b33fc5e0de.tar.gz
Merge commit '16216b713f9a21865cc07993961cf5d0ece24916'
* commit '16216b713f9a21865cc07993961cf5d0ece24916': lavc: Drop exporting 2-pass encoding stats Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
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 163c8ca..72b54be 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -203,5 +203,8 @@
#ifndef FF_API_CODER_TYPE
#define FF_API_CODER_TYPE (LIBAVCODEC_VERSION_MAJOR < 59)
#endif
+#ifndef FF_API_STAT_BITS
+#define FF_API_STAT_BITS (LIBAVCODEC_VERSION_MAJOR < 59)
+#endif
#endif /* AVCODEC_VERSION_H */
OpenPOWER on IntegriCloud