summaryrefslogtreecommitdiffstats
path: root/libhb/declpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/declpcm.c')
-rw-r--r--libhb/declpcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/declpcm.c b/libhb/declpcm.c
index 89442cf81..464d55685 100644
--- a/libhb/declpcm.c
+++ b/libhb/declpcm.c
@@ -23,7 +23,7 @@ struct hb_work_private_s
int scr_sequence;
/* the following is frame info for the frame we're currently accumulating */
- uint64_t duration; /* frame duratin (in 90KHz ticks) */
+ uint64_t duration; /* frame duration (in 90KHz ticks) */
uint32_t offset; /* where in buf frame starts */
uint32_t samplerate; /* sample rate in bits/sec */
uint8_t nchannels;