diff libmpcodecs/vf_spp.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 7af3e6f901fd
children f3d53cd55376
line wrap: on
line diff
--- a/libmpcodecs/vf_spp.c	Tue Aug 09 19:23:41 2011 +0000
+++ b/libmpcodecs/vf_spp.c	Tue Aug 09 19:57:00 2011 +0000
@@ -49,7 +49,7 @@
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"
-#include "vd_ffmpeg.h"
+#include "av_helpers.h"
 #include "libvo/fastmemcpy.h"
 
 #define XMIN(a,b) ((a) < (b) ? (a) : (b))