On Fri, Jul 15, 2016 at 3:29 PM, James Zern <jz...@google.com> wrote:
> On Thu, Jul 14, 2016 at 8:16 PM, James Zern <jz...@google.com> wrote:
>> On Thu, Jul 14, 2016 at 12:15 PM, Vignesh Venkatasubramanian
>> <vigneshv-at-google....@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.
>
> This will need CONFIG_LIBVPX_VP(8|9)_DECODER protection too.
>

applied with the fix.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to