diff libmpcodecs/vf_mcdeint.c @ 33871:30f5e5cd3676

Move code for setting up libav* logging callbacks from vd_ffmpeg to a separate file and also use it when only initializing libavformat.
author reimar
date Tue, 09 Aug 2011 19:57:00 +0000
parents 847e0d6aa196
children 814b6fcad4b3
line wrap: on
line diff
--- a/libmpcodecs/vf_mcdeint.c	Tue Aug 09 19:23:41 2011 +0000
+++ b/libmpcodecs/vf_mcdeint.c	Tue Aug 09 19:57:00 2011 +0000
@@ -66,7 +66,7 @@
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"
-#include "vd_ffmpeg.h"
+#include "av_helpers.h"
 
 #define MIN(a,b) ((a) > (b) ? (b) : (a))
 #define MAX(a,b) ((a) < (b) ? (b) : (a))