[Ffmpeg-cvslog] r8529 - trunk/libavformat/framehook.h

michael subversion
Mon Mar 26 20:01:26 CEST 2007


Author: michael
Date: Mon Mar 26 20:01:26 2007
New Revision: 8529

Modified:
   trunk/libavformat/framehook.h

Log:
warning about vhooks status


Modified: trunk/libavformat/framehook.h
==============================================================================
--- trunk/libavformat/framehook.h	(original)
+++ trunk/libavformat/framehook.h	Mon Mar 26 20:01:26 2007
@@ -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
  */




More information about the ffmpeg-cvslog mailing list