From 61f676e1c1a58e4f81b9976b4129815a25e7d92a Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Mon, 26 Mar 2007 18:01:26 +0000
Subject: [PATCH] warning about vhooks status

Originally committed as revision 8529 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/framehook.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/framehook.h b/libavformat/framehook.h
index d843ddb8553..bcaa0c92df0 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
  */
-- 
GitLab