[FFmpeg-cvslog] r11378 - trunk/libavformat/framehook.h

aurel subversion
Thu Jan 3 03:12:08 CET 2008


Author: aurel
Date: Thu Jan  3 03:12:08 2008
New Revision: 11378

Log:
mention libavfilter in warning about deprecated vhook

Modified:
   trunk/libavformat/framehook.h

Modified: trunk/libavformat/framehook.h
==============================================================================
--- trunk/libavformat/framehook.h	(original)
+++ trunk/libavformat/framehook.h	Thu Jan  3 03:12:08 2008
@@ -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




More information about the ffmpeg-cvslog mailing list