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"