diff options
author | Rodeo <[email protected]> | 2012-07-16 22:37:08 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-07-16 22:37:08 +0000 |
commit | 933c31ae18f8b2d07c15abf45ffdebbc3bc20a0d (patch) | |
tree | 892536b2744356e616e6bb9392df6bae2e16f4cd | |
parent | 0c056ef450af8d5193d42fda4c9162fe6904fad8 (diff) |
Unbreak build. Previous commit only reverted part of revision 4764.0.9.7
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4851 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | libhb/decavcodec.c | 3 | ||||
-rw-r--r-- | libhb/encavcodecaudio.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index 711b7a68c..f0d375685 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -40,9 +40,6 @@ #include "downmix.h" #include "libavcodec/audioconvert.h" -struct AVAudioConvert; -typedef struct AVAudioConvert AVAudioConvert; - static void compute_frame_duration( hb_work_private_t *pv ); static void flushDelayQueue( hb_work_private_t *pv ); static int decavcodecaInit( hb_work_object_t *, hb_job_t * ); diff --git a/libhb/encavcodecaudio.c b/libhb/encavcodecaudio.c index d87416465..3a23256fa 100644 --- a/libhb/encavcodecaudio.c +++ b/libhb/encavcodecaudio.c @@ -9,9 +9,6 @@ #include "downmix.h" #include "libavcodec/audioconvert.h" -struct AVAudioConvert; -typedef struct AVAudioConvert AVAudioConvert; - struct hb_work_private_s { hb_job_t * job; |