[FFmpeg-devel] [PATCHv3 4/4] libavcodec: v4l2: add support for v4l2 mem2mem codecs
Jorge Ramirez
jorge.ramirez-ortiz at linaro.org
Mon Aug 7 22:20:39 EEST 2017
On 08/03/2017 01:53 AM, Mark Thompson wrote:
>> +
>> + /* this will report the size of the frame back (see a4lbuf_to_avframe) */
>> + cap_pool->height = avctx->coded_height;
>> + cap_pool->width = avctx->coded_width;
> Does coded_height/width need to be set to anything sensible here? That won't be true in general.
>
not at this point. this code has been removed.
More information about the ffmpeg-devel
mailing list