diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-28 14:30:26 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-08-28 16:04:19 +0200 |
commit | cad40a3833ad81a352e7657ec6f7d637cea3b798 (patch) | |
tree | 27003b21951b1075cd164ce70f3339e9653b119b /libavcodec/avcodec.h | |
parent | 069713aa4b137781e270768d803b1f7456daa724 (diff) | |
download | ffmpeg-cad40a3833ad81a352e7657ec6f7d637cea3b798.tar.gz |
lavc: Drop deprecated deinterlace module
Deprecated in 03/2013.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8eca49b654..e4e656c93a 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. */ |