summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-28 14:30:26 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-08-28 16:04:19 +0200
commitcad40a3833ad81a352e7657ec6f7d637cea3b798 (patch)
tree27003b21951b1075cd164ce70f3339e9653b119b /libavcodec/avcodec.h
parent069713aa4b137781e270768d803b1f7456daa724 (diff)
downloadffmpeg-streaming-cad40a3833ad81a352e7657ec6f7d637cea3b798.zip
ffmpeg-streaming-cad40a3833ad81a352e7657ec6f7d637cea3b798.tar.gz
lavc: Drop deprecated deinterlace module
Deprecated in 03/2013.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8eca49b..e4e656c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -4227,16 +4227,6 @@ int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt,
*/
int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
-#if FF_API_DEINTERLACE
-/**
- * deinterlace - if not supported return -1
- *
- * @deprecated - use yadif (in libavfilter) instead
- */
-attribute_deprecated
-int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
- enum AVPixelFormat pix_fmt, int width, int height);
-#endif
/**
* Copy image src to dst. Wraps av_picture_data_copy() above.
*/
OpenPOWER on IntegriCloud