diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-11 18:22:26 +0100 |
commit | 3bcdf8dcb9891ffe49b6398d0e2c02f1712d8f00 (patch) | |
tree | 54f502931c88b01be4a54fc318f7490893bc9e57 /libavcodec/version.h | |
parent | fcb07e8b332bbd6f9558bff98ff5102c5f2d8252 (diff) | |
download | ffmpeg-3bcdf8dcb9891ffe49b6398d0e2c02f1712d8f00.tar.gz |
lavc: remove disabled FF_API_SNOW cruft
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 69b73d9e60..eeb7ab6315 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -49,9 +49,6 @@ #ifndef FF_API_REQUEST_CHANNELS #define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 56) #endif -#ifndef FF_API_SNOW -#define FF_API_SNOW (LIBAVCODEC_VERSION_MAJOR < 55) -#endif #ifndef FF_API_IDCT #define FF_API_IDCT (LIBAVCODEC_VERSION_MAJOR < 55) #endif |