diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2009-02-11 19:07:25 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2009-02-11 19:07:25 +0000 |
commit | d3b771bbc80ac366564995933c82d0ffcd058128 (patch) | |
tree | b99a7a90372ede04550558467a57b3574b1d891f /libavcodec/imgresample.c | |
parent | 865780ae9bb3bbcf28f0c0e8d23abae6f1e8cc0a (diff) | |
download | ffmpeg-d3b771bbc80ac366564995933c82d0ffcd058128.tar.gz |
Document old scaler as deprecated
Originally committed as revision 17160 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgresample.c')
-rw-r--r-- | libavcodec/imgresample.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" |