Browse Source

sink_buffer: fix typo

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 14 years ago
parent
commit
514c44c4fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/sink_buffer.c

+ 1
- 1
libavfilter/sink_buffer.c View File

@@ -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;


Loading…
Cancel
Save