]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/framehook.h
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
[ffmpeg] / libavformat / framehook.h
index 3210cae04ff5068a6cd1d4fbe62131a2eb98b207..ce068d78d0e6a6b2ad11552fb123cff865f24775 100644 (file)
 #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
  */
 
-#include "avcodec.h"
+#include "libavcodec/avcodec.h"
 
 /* Function must be called 'Configure' */
 typedef int (FrameHookConfigure)(void **ctxp, int argc, char *argv[]);