From 933c31ae18f8b2d07c15abf45ffdebbc3bc20a0d Mon Sep 17 00:00:00 2001 From: Rodeo Date: Mon, 16 Jul 2012 22:37:08 +0000 Subject: Unbreak build. Previous commit only reverted part of revision 4764. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4851 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/decavcodec.c | 3 --- libhb/encavcodecaudio.c | 3 --- 2 files changed, 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; -- cgit v1.2.3