summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-07 11:50:17 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-07 11:50:17 +0100
commit8cc5481d51bf746d9d43348af711dbf201bf336a (patch)
tree0a4102445621aecf2e34d8a6ee853e97d73525eb /libavcodec/version.h
parent47f1af47b6cb763452c5bab3704ca965fccad25b (diff)
parent54b298fe5650c124c29a8283cfd05024ac409d3a (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: lavc: Deprecate the deinterlace functions in libavcodec h264: Integrate draw_horiz_band into ff_h264_draw_horiz_band Conflicts: configure ffmpeg_opt.c libavcodec/avcodec.h libavcodec/h264.c libavcodec/imgconvert.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index f2cc5d19e2..67fdc25215 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -107,7 +107,7 @@
#define FF_API_IDCT (LIBAVCODEC_VERSION_MAJOR < 55)
#endif
#ifndef FF_API_DEINTERLACE
-#define FF_API_DEINTERLACE (LIBAVCODEC_VERSION_MAJOR < 55)
+#define FF_API_DEINTERLACE (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
#endif /* AVCODEC_VERSION_H */