[FFmpeg-devel] [PATCH 1/2] libavfilter/af_dcshift.c: Fixed repeated spelling error

2017-12-12 Thread Kelly Ledford
'threshhold' should be 'threshold' Signed-off-by: Kelly Ledford --- libavfilter/af_dcshift.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libavfilter/af_dcshift.c b/libavfilter/af_dcshift.c index 6d33daee0b..e007efe05e 1006

[FFmpeg-devel] [PATCH 2/2] patcheck: Add 'threshhold' to common typo list

2017-12-12 Thread Kelly Ledford
Signed-off-by: Kelly Ledford --- tools/patcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patcheck b/tools/patcheck index 26137d6b21..101a542ff3 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -68,7 +68,7 @@ $EGREP $OPT '^\+ *(const *|)static'