You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vf_signature: Replace uncommon spelling of seperate
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -71,7 +71,7 @@ AVFILTER_DEFINE_CLASS(signature);
|
|||||||
|
|
||||||
static int query_formats(AVFilterContext *ctx)
|
static int query_formats(AVFilterContext *ctx)
|
||||||
{
|
{
|
||||||
/* all formats with a seperate gray value */
|
/* all formats with a separate gray value */
|
||||||
static const enum AVPixelFormat pix_fmts[] = {
|
static const enum AVPixelFormat pix_fmts[] = {
|
||||||
AV_PIX_FMT_GRAY8,
|
AV_PIX_FMT_GRAY8,
|
||||||
AV_PIX_FMT_YUV410P, AV_PIX_FMT_YUV411P,
|
AV_PIX_FMT_YUV410P, AV_PIX_FMT_YUV411P,
|
||||||
|
Reference in New Issue
Block a user