On Thu, Jul 14, 2016 at 8:16 PM, James Zern <[email protected]> wrote:
> On Thu, Jul 14, 2016 at 12:15 PM, Vignesh Venkatasubramanian
> <[email protected]> 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.

This will need CONFIG_LIBVPX_VP(8|9)_DECODER protection too.
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to