OSDN Git Service

mention libavfilter in warning about deprecated vhook
authorAurelien Jacobs <aurel@gnuage.org>
Thu, 3 Jan 2008 02:12:08 +0000 (02:12 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Thu, 3 Jan 2008 02:12:08 +0000 (02:12 +0000)
Originally committed as revision 11378 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/framehook.h

index 3210cae..5568c13 100644 (file)
@@ -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