diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 17:05:46 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 17:06:14 +0200 |
commit | 41194f065c8e9b138db069417494e2f845c7b275 (patch) | |
tree | 5018c3ba815df1f581b3016c1578603363a2b77b /libavcodec/version.h | |
parent | 7f6b794da051ff4e4235bbc2b84469ff2807a453 (diff) | |
parent | cad40a3833ad81a352e7657ec6f7d637cea3b798 (diff) | |
download | ffmpeg-41194f065c8e9b138db069417494e2f845c7b275.tar.gz |
Merge commit 'cad40a3833ad81a352e7657ec6f7d637cea3b798'
* commit 'cad40a3833ad81a352e7657ec6f7d637cea3b798':
lavc: Drop deprecated deinterlace module
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
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 0dced6cb62..0ef31653ca 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -73,9 +73,6 @@ #ifndef FF_API_AVCODEC_RESAMPLE #define FF_API_AVCODEC_RESAMPLE FF_API_AUDIO_CONVERT #endif -#ifndef FF_API_DEINTERLACE -#define FF_API_DEINTERLACE (LIBAVCODEC_VERSION_MAJOR < 57) -#endif #ifndef FF_API_MISSING_SAMPLE #define FF_API_MISSING_SAMPLE (LIBAVCODEC_VERSION_MAJOR < 57) #endif |