Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 18:05:46 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 18:06:14 +0300
commit41194f065c8e9b138db069417494e2f845c7b275 (patch)
tree5018c3ba815df1f581b3016c1578603363a2b77b /libavcodec/version.h
parent7f6b794da051ff4e4235bbc2b84469ff2807a453 (diff)
parentcad40a3833ad81a352e7657ec6f7d637cea3b798 (diff)
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.h3
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