summaryrefslogtreecommitdiff
path: root/libavformat/framehook.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-03-26 18:01:26 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-03-26 18:01:26 +0000
commit61f676e1c1a58e4f81b9976b4129815a25e7d92a (patch)
tree477c42855244740901565323141441f158abe8a1 /libavformat/framehook.h
parentadcb72b52138d832c6e524614f0c6cc43f049ff9 (diff)
warning about vhooks status
Originally committed as revision 8529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/framehook.h')
-rw-r--r--libavformat/framehook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/framehook.h b/libavformat/framehook.h
index d843ddb855..bcaa0c92df 100644
--- a/libavformat/framehook.h
+++ b/libavformat/framehook.h
@@ -22,6 +22,8 @@
#ifndef _FRAMEHOOK_H
#define _FRAMEHOOK_H
+#warning VHOOK is deprecated please help porting libmpcodecs or a better filter system to ffmpeg instead of wasting your time writing new fiters for this crappy one
+
/*
* Prototypes for interface to .so that implement a video processing hook
*/