aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-29 20:44:41 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-10-29 20:47:23 +0100
commit249cc58c3ada7b6017d11e665cf3fa1850651a8d (patch)
treea8059a3f7e9a856dee7d6d5b4b7b4b49692e612f /libavformat/version.h
parent4eb49fdde8f84d54a763cfb5d355527b525ee2bf (diff)
parent8b64c2ba0382892cad9e1a5ba601696d4cbb4d04 (diff)
downloadffmpeg-249cc58c3ada7b6017d11e665cf3fa1850651a8d.tar.gz
Merge commit '8b64c2ba0382892cad9e1a5ba601696d4cbb4d04'
* commit '8b64c2ba0382892cad9e1a5ba601696d4cbb4d04': lavc: add a dummy field to AVStream to preserve ABI compatibility for avconv Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 0028c9b074..83054380ca 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -48,6 +48,9 @@
* 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_REFERENCE_DTS
+#define FF_API_REFERENCE_DTS (LIBAVFORMAT_VERSION_MAJOR < 56)
+#endif
#ifndef FF_API_ALLOC_OUTPUT_CONTEXT
#define FF_API_ALLOC_OUTPUT_CONTEXT (LIBAVFORMAT_VERSION_MAJOR < 56)