# HG changeset patch # User aurel # Date 1199326328 0 # Node ID 266321e9b978bea8b4de5c3687bcf507305475cb # Parent e6e7ba123447ac8ff70edc3c0f10e2a9d7969700 mention libavfilter in warning about deprecated vhook diff -r e6e7ba123447 -r 266321e9b978 framehook.h --- a/framehook.h Wed Jan 02 19:40:43 2008 +0000 +++ b/framehook.h Thu Jan 03 02:12:08 2008 +0000 @@ -22,7 +22,7 @@ #ifndef FFMPEG_FRAMEHOOK_H #define FFMPEG_FRAMEHOOK_H -#warning VHOOK is deprecated. Please help porting libmpcodecs or a better filter system to FFmpeg instead of wasting your time writing new filters for this crappy one. +#warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. /* * Prototypes for interface to .so that implement a video processing hook