summaryrefslogtreecommitdiff
path: root/libavcodec/dca_xll.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dca_xll.h')
-rw-r--r--libavcodec/dca_xll.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/dca_xll.h b/libavcodec/dca_xll.h
index d7c1a13ec8..a22bbb8d77 100644
--- a/libavcodec/dca_xll.h
+++ b/libavcodec/dca_xll.h
@@ -135,6 +135,9 @@ typedef struct DCAXllDecoder {
DCADSPContext *dcadsp;
+ int x_syncword_present; ///< Syncword for extension data at end of frame (DTS:X) is present
+ int x_imax_syncword_present; ///< Syncword for extension data at end of frame (DTS:X IMAX) is present
+
int output_mask;
int32_t *output_samples[DCA_SPEAKER_COUNT];
} DCAXllDecoder;