[FFmpeg-cvslog] r17160 - trunk/libavcodec/imgresample.c
vitor
subversion
Wed Feb 11 20:07:25 CET 2009
Author: vitor
Date: Wed Feb 11 20:07:25 2009
New Revision: 17160
Log:
Document ols scaler as deprecated
Modified:
trunk/libavcodec/imgresample.c
Modified: trunk/libavcodec/imgresample.c
==============================================================================
--- trunk/libavcodec/imgresample.c Wed Feb 11 17:28:46 2009 (r17159)
+++ trunk/libavcodec/imgresample.c Wed Feb 11 20:07:25 2009 (r17160)
@@ -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"
More information about the ffmpeg-cvslog
mailing list