summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index 06a22c2a8..4d7c548b3 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -770,6 +770,9 @@ struct hb_audio_config_s
PRIVATE int matrix_encoding; /* Source matrix encoding mode, set by the audio decoder */
PRIVATE uint64_t channel_layout; /* Source channel layout, set by the audio decoder */
PRIVATE hb_chan_map_t * channel_map; /* Source channel map, set by the audio decoder */
+ PRIVATE int encoder_delay; /* Encoder delay in samples.
+ * These samples should be dropped
+ * when decoding */
} in;
struct