[FFmpeg-devel] [PATCH v2 2/2] avcodec/libvpxenc: add a way to explicitly set temporal layer id

Moritz Barsnick barsnick at gmx.net
Tue Dec 31 16:07:08 EET 2019


On Tue, Dec 17, 2019 at 14:42:21 -0800, Wonkap Jang wrote:
> +            memset(&layer_id, 0, sizeof(vpx_svc_layer_id_t));

ffmpeg coding tends to prefer sizeof(variable) over sizeof(type).

Cheers,
Moritz


More information about the ffmpeg-devel mailing list