mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked 99% of the time) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
75cf2602c7
commit
075933a068
@ -85,6 +85,7 @@ int av_vsrc_buffer_add_frame2(AVFilterContext *buffer_filter, AVFrame *frame,
|
||||
|
||||
scale->outputs[0]->format= c->pix_fmt;
|
||||
} else if(!strcmp(scale->filter->name, "scale")) {
|
||||
snprintf(c->sws_param, 255, "%d:%d:%s", scale->outputs[0]->w, scale->outputs[0]->h, sws_param);
|
||||
scale->filter->init(scale, c->sws_param, NULL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user