[FFmpeg-devel] [PATCH] libavcodec/libvpx: Add VPx alpha decode support

James Zern jzern at google.com
Fri Jul 15 06:16:16 EEST 2016


On Thu, Jul 14, 2016 at 12:15 PM, Vignesh Venkatasubramanian
<vigneshv-at-google.com at ffmpeg.org> wrote:
> +                ret = vpx_init(
> +                    avctx,
> +                    (avctx->codec_id == AV_CODEC_ID_VP8) ?
> +                        &vpx_codec_vp8_dx_algo : &vpx_codec_vp9_dx_algo,
> +                    1);
> +                if (ret)

I can adjust this formatting to be more k&r like when I submit it.
Before that I'll leave this open for other comments for a bit.


More information about the ffmpeg-devel mailing list