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 68034aacb..5d33b2de5 100644
--- a/libhb/declpcm.c
+++ b/libhb/declpcm.c
@@ -168,7 +168,7 @@ static int declpcmInit( hb_work_object_t * w, hb_job_t * job )
pv->next_pts = (int64_t)AV_NOPTS_VALUE;
// Currently, samplerate conversion is performed in sync.c
// So set output samplerate to input samplerate
- // This should someday get reworked to be part of an audio filter pipleine.
+ // This should someday get reworked to be part of an audio filter pipeline.
pv->resample =
hb_audio_resample_init(AV_SAMPLE_FMT_FLT,
w->audio->config.in.samplerate,