diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-08-06 19:47:54 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-08-09 16:57:10 +0000 |
commit | f4c444e17d137c786f0ed2da0e5943df505d5f9e (patch) | |
tree | 325f19fc0f8574455a3ae4897a1e0dc1af355931 /libavresample | |
parent | 7acdd3a1275bcd9cad48f9632169f6bbaeb39d84 (diff) | |
download | ffmpeg-f4c444e17d137c786f0ed2da0e5943df505d5f9e.tar.gz |
Postpone API-incompatible changes until the next bump.
Diffstat (limited to 'libavresample')
-rw-r--r-- | libavresample/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavresample/version.h b/libavresample/version.h index e74087165b..2f50f7e888 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -48,7 +48,7 @@ */ #ifndef FF_API_RESAMPLE_CLOSE_OPEN -#define FF_API_RESAMPLE_CLOSE_OPEN (LIBAVRESAMPLE_VERSION_MAJOR < 2) +#define FF_API_RESAMPLE_CLOSE_OPEN (LIBAVRESAMPLE_VERSION_MAJOR < 3) #endif #endif /* AVRESAMPLE_VERSION_H */ |