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:
authorAnton Khirnov <anton@khirnov.net>2013-04-30 14:17:33 +0400
committerAnton Khirnov <anton@khirnov.net>2013-05-03 10:07:35 +0400
commit803d21f38bdafe7c4e2571a9ae7052013a12923b (patch)
treed3049200a53e92cb4959e52d127914c01c8ed9b9 /libavcodec/version.h
parentffb068ce8e99df121d18a5b9b1d820f3ea8697fb (diff)
lavc: schedule AVCodecContext.lowres for removal on next bump.
It has been deprecated some time ago, but was forgotten during the last bump.
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 05ed6d017e..2165a3d061 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -61,5 +61,8 @@
#ifndef FF_API_MISSING_SAMPLE
#define FF_API_MISSING_SAMPLE (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
+#ifndef FF_API_LOWRES
+#define FF_API_LOWRES (LIBAVCODEC_VERSION_MAJOR < 56)
+#endif
#endif /* AVCODEC_VERSION_H */