summaryrefslogtreecommitdiff
path: root/libavresample/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/internal.h')
-rw-r--r--libavresample/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavresample/internal.h b/libavresample/internal.h
index 006b6fd14a..3fd33fed6a 100644
--- a/libavresample/internal.h
+++ b/libavresample/internal.h
@@ -74,6 +74,12 @@ struct AVAudioResampleContext {
ResampleContext *resample; /**< resampling context */
AudioMix *am; /**< channel mixing context */
enum AVMatrixEncoding matrix_encoding; /**< matrixed stereo encoding */
+
+ /**
+ * mix matrix
+ * only used if avresample_set_matrix() is called before avresample_open()
+ */
+ double *mix_matrix;
};
#endif /* AVRESAMPLE_INTERNAL_H */