diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2016-10-13 23:08:01 +0200 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2016-10-21 23:58:47 +0200 |
commit | c8a6eb58d7ebc9c1585bc450aa9e0358f6822df0 (patch) | |
tree | c3619e2140d1898728205de4824ab963e49b1a85 /libavfilter/f_ebur128.c | |
parent | 5db3c9476c79099ef8c2eeea01f8c6ea4bc66b07 (diff) | |
download | ffmpeg-c8a6eb58d7ebc9c1585bc450aa9e0358f6822df0.tar.gz |
doc: fix spelling errors
Thanks to Mathieu Malaterre <malat@debian.org> for reporting the
Que/Queue typo. (https://bugs.debian.org/839542)
Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavfilter/f_ebur128.c')
-rw-r--r-- | libavfilter/f_ebur128.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |