summaryrefslogtreecommitdiffstats
path: root/libhb/declpcm.c
diff options
context:
space:
mode:
authorfreddii <[email protected]>2021-01-22 22:03:39 +0100
committerDamiano Galassi <[email protected]>2021-02-25 18:46:31 +0100
commit1fbc0da51f35d3778bfd6329331442c07255ed55 (patch)
tree7e9d8fd1821883e62e4eaf8080e1ce655fbd7fab /libhb/declpcm.c
parent861fb711b167b03ec878f511f1ac9f297d55cbbd (diff)
fixed typos
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,