Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-27 12:16:14 +0400
committerAnton Khirnov <anton@khirnov.net>2011-08-31 15:24:16 +0400
commit0cc06b9e23bc798b1af3302d095db23f000a97e6 (patch)
tree774fdc6a056f34d84ea3fe8a462e4f7aa780911a /libavcodec/version.h
parent0dc5e12f1e16d22aca861d42de9c4fd400df46ae (diff)
snow: add 'memc_only' private option.
Deprecate CODEC_FLAG2_MEMC_ONLY
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 0de224bda4..7abd993b98 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -92,5 +92,8 @@
#ifndef FF_API_LAME_GLOBAL_OPTS
#define FF_API_LAME_GLOBAL_OPTS (LIBAVCODEC_VERSION_MAJOR < 54)
#endif
+#ifndef FF_API_SNOW_GLOBAL_OPTS
+#define FF_API_SNOW_GLOBAL_OPTS (LIBAVCODEC_VERSION_MAJOR < 54)
+#endif
#endif /* AVCODEC_VERSION_H */