You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
lavfi/vf_mergeplanes: remove redundant assignment
It is already done in init.
This commit is contained in:
@ -127,7 +127,6 @@ static int query_formats(AVFilterContext *ctx)
|
|||||||
AVFilterFormats *formats = NULL;
|
AVFilterFormats *formats = NULL;
|
||||||
int i, ret;
|
int i, ret;
|
||||||
|
|
||||||
s->outdesc = av_pix_fmt_desc_get(s->out_fmt);
|
|
||||||
for (i = 0; av_pix_fmt_desc_get(i); i++) {
|
for (i = 0; av_pix_fmt_desc_get(i); i++) {
|
||||||
const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(i);
|
const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(i);
|
||||||
if (desc->comp[0].depth == s->outdesc->comp[0].depth &&
|
if (desc->comp[0].depth == s->outdesc->comp[0].depth &&
|
||||||
|
Reference in New Issue
Block a user