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

James Zern jzern at google.com
Wed Jul 20 07:05:04 EEST 2016


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

applied with the fix.


More information about the ffmpeg-devel mailing list