diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-27 10:16:14 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-31 13:24:16 +0200 |
commit | 0cc06b9e23bc798b1af3302d095db23f000a97e6 (patch) | |
tree | 774fdc6a056f34d84ea3fe8a462e4f7aa780911a /libavcodec/version.h | |
parent | 0dc5e12f1e16d22aca861d42de9c4fd400df46ae (diff) | |
download | ffmpeg-0cc06b9e23bc798b1af3302d095db23f000a97e6.tar.gz |
snow: add 'memc_only' private option.
Deprecate CODEC_FLAG2_MEMC_ONLY
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
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 */ |