summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2012-07-16 21:28:24 +0000
committerjstebbins <[email protected]>2012-07-16 21:28:24 +0000
commit0c056ef450af8d5193d42fda4c9162fe6904fad8 (patch)
treed8735af25ecb3be9f3184b9886935d5366856960
parentd44ffc19857cfda267c2e7863af66040231ded55 (diff)
add back header includes that were inadvertently removed by a patch
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
-rw-r--r--libhb/decavcodec.c1
-rw-r--r--libhb/encavcodecaudio.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c
index c12414b87..711b7a68c 100644
--- a/libhb/decavcodec.c
+++ b/libhb/decavcodec.c
@@ -38,6 +38,7 @@
#include "hb.h"
#include "hbffmpeg.h"
#include "downmix.h"
+#include "libavcodec/audioconvert.h"
struct AVAudioConvert;
typedef struct AVAudioConvert AVAudioConvert;
diff --git a/libhb/encavcodecaudio.c b/libhb/encavcodecaudio.c
index dad8fa141..d87416465 100644
--- a/libhb/encavcodecaudio.c
+++ b/libhb/encavcodecaudio.c
@@ -7,6 +7,7 @@
#include "hb.h"
#include "hbffmpeg.h"
#include "downmix.h"
+#include "libavcodec/audioconvert.h"
struct AVAudioConvert;
typedef struct AVAudioConvert AVAudioConvert;