comparison 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
comparison
equal deleted inserted replaced
33870:15e182c07689 33871:30f5e5cd3676
45 #include "img_format.h" 45 #include "img_format.h"
46 #include "fmt-conversion.h" 46 #include "fmt-conversion.h"
47 #include "mp_image.h" 47 #include "mp_image.h"
48 #include "ve.h" 48 #include "ve.h"
49 #include "vf.h" 49 #include "vf.h"
50 #include "vd_ffmpeg.h" 50 #include "av_helpers.h"
51 51
52 //===========================================================================// 52 //===========================================================================//
53 53
54 #include "libavcodec/avcodec.h" 54 #include "libavcodec/avcodec.h"
55 55