summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/decavcodec.c3
-rw-r--r--libhb/encavcodecaudio.c3
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;