summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-01-17 18:57:16 +0000
committerjstebbins <[email protected]>2011-01-17 18:57:16 +0000
commitcc8b3643ceb7da7bb82af0722aa33c5f7d2c02a2 (patch)
tree98efa6af26889560d5f7b739673e2be569639715 /libhb/common.h
parent95c87ada9f0cd75956fd9a7b9b2bd1978d5ed1da (diff)
fix ffmpeg multiple audio decode issue
we can now have one ffmpeg audio input track fan out to multiple output tracks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3753 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index 0dd3a2d42..bd1eaddc8 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -447,6 +447,8 @@ struct hb_audio_s
hb_esconfig_t config;
hb_mux_data_t * mux_data;
hb_fifo_t * scan_cache;
+
+ hb_list_t * ff_audio_list;
} priv;
};
#endif