changeset 2885:266321e9b978 libavformat

mention libavfilter in warning about deprecated vhook
author aurel
date Thu, 03 Jan 2008 02:12:08 +0000
parents e6e7ba123447
children 8fa014a92350
files framehook.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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