]> git.sesse.net Git - ffmpeg/commit
avcodec/libvpxdec: pass decoder instances to vpx_init directly
authorMarton Balint <cus@passwd.hu>
Sun, 27 Oct 2019 17:10:34 +0000 (18:10 +0100)
committerJames Zern <jzern@google.com>
Wed, 6 Nov 2019 07:14:24 +0000 (23:14 -0800)
commit98aa1eb1cb1b354908a064c5265244e789fb8129
treec1990e3c70f7bf51fa49d12894def1fc620d4069
parent99e000704690b2b954c18ca585cc56dfd99e9c16
avcodec/libvpxdec: pass decoder instances to vpx_init directly

If the alpha decoder init failed we presented the error message from the normal
decoder. This change should prevent such mistakes.

Signed-off-by: Marton Balint <cus@passwd.hu>
Signed-off-by: James Zern <jzern@google.com>
libavcodec/libvpxdec.c