summaryrefslogtreecommitdiff
path: root/src/libxineadec/xine_dts_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxineadec/xine_dts_decoder.c')
-rw-r--r--src/libxineadec/xine_dts_decoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libxineadec/xine_dts_decoder.c b/src/libxineadec/xine_dts_decoder.c
index c218b0e44..fdf14d58e 100644
--- a/src/libxineadec/xine_dts_decoder.c
+++ b/src/libxineadec/xine_dts_decoder.c
@@ -106,6 +106,7 @@ static void dts_discontinuity (audio_decoder_t *const this_gen) {
* @todo This same work is being done in many decoders to adapt the output of
* the decoder to what the audio output can actually use, this should be
* done by the audio_output loop, not by the decoders.
+ * @note This is subtly different from the function with the same name in xine_musepack_decoder.c
*/
static inline void float_to_int (const float *const _f, int16_t *const s16, const int num_channels) {
const int endidx = 256 * num_channels;