mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-23 15:53:36 +00:00
parent
04c9c0baf3
commit
88f71f3daa
1
avconv.c
1
avconv.c
@ -1074,6 +1074,7 @@ static void do_video_resample(OutputStream *ost,
|
|||||||
{
|
{
|
||||||
int resample_changed = 0;
|
int resample_changed = 0;
|
||||||
AVCodecContext *dec = ist->st->codec;
|
AVCodecContext *dec = ist->st->codec;
|
||||||
|
AVCodecContext *enc = ost->st->codec;
|
||||||
*out_picture = in_picture;
|
*out_picture = in_picture;
|
||||||
|
|
||||||
resample_changed = ost->resample_width != dec->width ||
|
resample_changed = ost->resample_width != dec->width ||
|
||||||
|
Loading…
Reference in New Issue
Block a user