diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 15:59:40 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 15:59:40 +0200 |
commit | e2adb00ec587dd48746b0d24648005d22c91423c (patch) | |
tree | 15ead55f8dc655070b886d8bed6c5fbb3dd4922c /libavresample/version.h | |
parent | cebe51a6255e04b8dcd15fcbab359ed00dbb3ab1 (diff) | |
parent | 11b2eed43e91b35b8295ed47115cae2e29bd687d (diff) | |
download | ffmpeg-e2adb00ec587dd48746b0d24648005d22c91423c.tar.gz |
Merge commit '11b2eed43e91b35b8295ed47115cae2e29bd687d'
* commit '11b2eed43e91b35b8295ed47115cae2e29bd687d':
lavr: Drop deprecated context reinitialization if resampling was not enabled
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavresample/version.h')
-rw-r--r-- | libavresample/version.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavresample/version.h b/libavresample/version.h index 33ff2a2afa..6a6cb2fbfe 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -47,8 +47,4 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_RESAMPLE_CLOSE_OPEN -#define FF_API_RESAMPLE_CLOSE_OPEN (LIBAVRESAMPLE_VERSION_MAJOR < 3) -#endif - #endif /* AVRESAMPLE_VERSION_H */ |