Commit 514c44c4 authored by Michael Niedermayer's avatar Michael Niedermayer

sink_buffer: fix typo

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 75f26a6f
......@@ -161,7 +161,7 @@ static av_cold int vsink_init(AVFilterContext *ctx, const char *args, void *opaq
return AVERROR(EINVAL);
} else {
#if FF_API_OLD_VSINK_API
buf->pixel_fmts = (const enum PixelFormats *)opaque;
buf->pixel_fmts = (const enum PixelFormat *)opaque;
#else
params = (AVBufferSinkParams *)opaque;
buf->pixel_fmts = params->pixel_fmts;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment