diff libmpcodecs/ve_lavc.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 107d32318fa0
children ec503686b02d
line wrap: on
line diff
--- a/libmpcodecs/ve_lavc.c	Tue Aug 09 19:23:41 2011 +0000
+++ b/libmpcodecs/ve_lavc.c	Tue Aug 09 19:57:00 2011 +0000
@@ -47,7 +47,7 @@
 #include "mp_image.h"
 #include "ve.h"
 #include "vf.h"
-#include "vd_ffmpeg.h"
+#include "av_helpers.h"
 
 //===========================================================================//