]> granicus.if.org Git - handbrake/commitdiff
add back header includes that were inadvertently removed by a patch
authorjstebbins <jstebbins.hb@gmail.com>
Mon, 16 Jul 2012 21:28:24 +0000 (21:28 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Mon, 16 Jul 2012 21:28:24 +0000 (21:28 +0000)
may fix segfaults seen in 0.9.7 release

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4850 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/decavcodec.c
libhb/encavcodecaudio.c

index c12414b8751d986ec042087af141d4741302ea66..711b7a68c95f9da44b04e1f4e7b3e6392d194a92 100644 (file)
@@ -38,6 +38,7 @@
 #include "hb.h"
 #include "hbffmpeg.h"
 #include "downmix.h"
+#include "libavcodec/audioconvert.h"
 
 struct AVAudioConvert;
 typedef struct AVAudioConvert AVAudioConvert;
index dad8fa1413aaecfac7f58af81b297b1c8d97a3da..d87416465278b9c8ee35f38f59fb05b86380a025 100644 (file)
@@ -7,6 +7,7 @@
 #include "hb.h"
 #include "hbffmpeg.h"
 #include "downmix.h"
+#include "libavcodec/audioconvert.h"
 
 struct AVAudioConvert;
 typedef struct AVAudioConvert AVAudioConvert;