Re: [FFmpeg-devel] [PATCH] avutils/vulkan: hwmap, respect src frame resolution

2021-01-21 Thread Xu, Guangxin
> -Original Message- > From: ffmpeg-devel On Behalf Of > Lynne > Sent: Friday, January 22, 2021 11:37 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH] avutils/vulkan: hwmap, respect src > frame resoluti

Re: [FFmpeg-devel] [PATCH] avutils/vulkan: hwmap, respect src frame resolution

2021-01-21 Thread Lynne
Jan 21, 2021, 05:35 by guangxin...@intel.com: > fixes http://trac.ffmpeg.org/ticket/9055 > > The hw decoder may allocate a large frame from AVHWFramesContext, and adjust > width and height based on bitstream. > We need to use resolution from src frame instead of AVHWFramesContext. > > test comman

[FFmpeg-devel] [PATCH] avutils/vulkan: hwmap, respect src frame resolution

2021-01-20 Thread Xu Guangxin
fixes http://trac.ffmpeg.org/ticket/9055 The hw decoder may allocate a large frame from AVHWFramesContext, and adjust width and height based on bitstream. We need to use resolution from src frame instead of AVHWFramesContext. test command: ffmpeg -loglevel debug -hide_banner -hwaccel vaapi -init