projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba2283
)
avfilter/vf_signature: Replace uncommon spelling of seperate
author
Michael Niedermayer
<michael@niedermayer.cc>
Sun, 26 Mar 2017 18:34:47 +0000
(20:34 +0200)
committer
Michael Niedermayer
<michael@niedermayer.cc>
Sun, 26 Mar 2017 18:34:47 +0000
(20:34 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavfilter/vf_signature.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_signature.c
b/libavfilter/vf_signature.c
index
57cb96b
..
06b1b91
100644
(file)
--- a/
libavfilter/vf_signature.c
+++ b/
libavfilter/vf_signature.c
@@
-71,7
+71,7
@@
AVFILTER_DEFINE_CLASS(signature);
static int query_formats(AVFilterContext *ctx)
{
- /* all formats with a sep
e
rate gray value */
+ /* all formats with a sep
a
rate gray value */
static const enum AVPixelFormat pix_fmts[] = {
AV_PIX_FMT_GRAY8,
AV_PIX_FMT_YUV410P, AV_PIX_FMT_YUV411P,