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-11-04 15:07:24 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-16 15:41:40 +0400
commitb068660ffa73f226cc03a67e214b8540fc1e11c4 (patch)
tree6bb3d4966918e80d664c62f96b419bed76c9ea48 /libavcodec/version.h
parent72ca830f511fcdc01253689615faed25da7c57bf (diff)
lavc: deprecate CODEC_CAP_NEG_LINESIZES
It was never used in any codec since it was added 3 years ago.
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 e9d09ac98e..c828dc8e61 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -115,5 +115,8 @@
#ifndef FF_API_FAST_MALLOC
#define FF_API_FAST_MALLOC (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
+#ifndef FF_API_NEG_LINESIZES
+#define FF_API_NEG_LINESIZES (LIBAVCODEC_VERSION_MAJOR < 56)
+#endif
#endif /* AVCODEC_VERSION_H */