You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
sink_buffer: fix typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user