summaryrefslogtreecommitdiffstats
path: root/audio/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/format.c')
-rw-r--r--audio/format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/format.c b/audio/format.c
index 5e83ead1b2..c2b29b62ad 100644
--- a/audio/format.c
+++ b/audio/format.c
@@ -234,6 +234,7 @@ int af_format_sample_alignment(int format)
case AF_FORMAT_S_AAC: return 16384;
case AF_FORMAT_S_AC3: return 6144;
case AF_FORMAT_S_DTSHD: return 32768;
+ case AF_FORMAT_S_DTS: return 32768;
case AF_FORMAT_S_EAC3: return 24576;
case AF_FORMAT_S_MP3: return 4608;
case AF_FORMAT_S_TRUEHD: return 61440;