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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
