From d3b771bbc80ac366564995933c82d0ffcd058128 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Wed, 11 Feb 2009 19:07:25 +0000 Subject: [PATCH] Document old scaler as deprecated Originally committed as revision 17160 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgresample.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c index 7ec930210e..e2b258d4bb 100644 --- a/libavcodec/imgresample.c +++ b/libavcodec/imgresample.c @@ -22,6 +22,9 @@ /** * @file libavcodec/imgresample.c * High quality image resampling with polyphase filters . + * + * WARNING: This file is deprecated and will be removed after FFmpeg 0.5 + * release, do not lose your time improving it! */ #include "avcodec.h"