aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec_pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec_pcm.c')
-rw-r--r--src/codec_pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec_pcm.c b/src/codec_pcm.c
index 34517b5..9fa8c1b 100644
--- a/src/codec_pcm.c
+++ b/src/codec_pcm.c
@@ -23,5 +23,5 @@ const struct codec_desc codec_pcm_desc = {
.type = CODEC_PCM,
.name = "pcm",
.description = "Raw PCM signed 16 bits samples",
- .canon_frame_len = 320,
+ .canon_frame_len = PCM_CANON_LEN,
};