summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/af_hdcd.c2
-rw-r--r--libavfilter/f_ebur128.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c
index 91f84aea22..caee470c2e 100644
--- a/libavfilter/af_hdcd.c
+++ b/libavfilter/af_hdcd.c
@@ -867,7 +867,7 @@ typedef struct {
* steps of 0.5, but no value below -6.0 dB should appear. */
int gain_counts[16];
int max_gain;
- /** occurences of code detect timer expiring without detecting
+ /** occurrences of code detect timer expiring without detecting
* a code. -1 for timer never set. */
int count_sustain_expired;
diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c
index 59eaedd926..983c889017 100644
--- a/libavfilter/f_ebur128.c
+++ b/libavfilter/f_ebur128.c
@@ -141,7 +141,7 @@ typedef struct {
int loglevel; ///< log level for frame logging
int metadata; ///< whether or not to inject loudness results in frames
int dual_mono; ///< whether or not to treat single channel input files as dual-mono
- double pan_law; ///< pan law value used to calulate dual-mono measurements
+ double pan_law; ///< pan law value used to calculate dual-mono measurements
} EBUR128Context;
enum {