diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-01-03 02:12:08 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-01-03 02:12:08 +0000 |
commit | f7f8b4d296bc151c963d200750629fc3a1880402 (patch) | |
tree | 24fffc4255cbde89cdf9b959bb8ae4c7c0f85e06 /libavformat/framehook.h | |
parent | c482500fa33fd420d37b407fce83162a3269f4a7 (diff) | |
download | ffmpeg-f7f8b4d296bc151c963d200750629fc3a1880402.tar.gz |
mention libavfilter in warning about deprecated vhook
Originally committed as revision 11378 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/framehook.h')
-rw-r--r-- | libavformat/framehook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/framehook.h b/libavformat/framehook.h index 3210cae04f..5568c138e7 100644 --- a/libavformat/framehook.h +++ b/libavformat/framehook.h @@ -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 |