[FFmpeg-devel] [PATCH] avcodec/libvpxenc: add VP8 temporal scalability configuration options

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Nov 9 02:22:43 EET 2018


2018-11-08 21:44 GMT+01:00, Ard Oerlemans
<ardoerlemans-at-google.com at ffmpeg.org>:

> +#if CONFIG_LIBVPX_VP8_ENCODER
> +        if (frame->metadata) {

if (CONFIG_LIBVPX_VP8_ENCODER && frame->metadata)
may be more inline with FFmpeg's code style.

Carl Eugen


More information about the ffmpeg-devel mailing list