comparison imgresample.c @ 8805:eda229beb608 libavcodec

Document old scaler as deprecated
author vitor
date Wed, 11 Feb 2009 19:07:25 +0000
parents e9d9d946f213
children a199529ef171
comparison
equal deleted inserted replaced
8804:ba83a0c57e9f 8805:eda229beb608
20 */ 20 */
21 21
22 /** 22 /**
23 * @file libavcodec/imgresample.c 23 * @file libavcodec/imgresample.c
24 * High quality image resampling with polyphase filters . 24 * High quality image resampling with polyphase filters .
25 *
26 * WARNING: This file is deprecated and will be removed after FFmpeg 0.5
27 * release, do not lose your time improving it!
25 */ 28 */
26 29
27 #include "avcodec.h" 30 #include "avcodec.h"
28 #include "dsputil.h" 31 #include "dsputil.h"
29 #include "imgconvert.h" 32 #include "imgconvert.h"