[FFmpeg-devel] [PATCHv3 4/4] libavcodec: v4l2: add support for v4l2 mem2mem codecs

Jorge Ramirez jorge.ramirez-ortiz at linaro.org
Fri Aug 4 16:02:38 EEST 2017


On 08/04/2017 01:51 PM, Mark Thompson wrote:
>> +    REGISTER_ENCDEC (VP8_V4L2M2M,       vp8_v4l2m2m);
>>       REGISTER_DECODER(VP9,               vp9);
>> +    REGISTER_DECODER(VP9_V4L2M2M,       vp9_v4l2m2m);
>>       REGISTER_DECODER(VQA,               vqa);
>>       REGISTER_DECODER(BITPACKED,         bitpacked);
>>       REGISTER_DECODER(WEBP,              webp);
> MPEG-2 is never mentioned at all in this configure change, so it will never even be compiled.  It might be best if you only add the decoders you can actually verify.
>
>

thanks. yes fixed in v4


More information about the ffmpeg-devel mailing list