mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/libvpxdec: remove unnecessary init_static_data function
It's used only by the encoder. Reviewed-by: James Zern <jzern@google.org> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
de133eaaba
commit
8d226fb978
|
@ -391,6 +391,5 @@ FFCodec ff_libvpx_vp9_decoder = {
|
||||||
FF_CODEC_DECODE_CB(vpx_decode),
|
FF_CODEC_DECODE_CB(vpx_decode),
|
||||||
.caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE |
|
.caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE |
|
||||||
FF_CODEC_CAP_AUTO_THREADS,
|
FF_CODEC_CAP_AUTO_THREADS,
|
||||||
.init_static_data = ff_vp9_init_static,
|
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_LIBVPX_VP9_DECODER */
|
#endif /* CONFIG_LIBVPX_VP9_DECODER */
|
||||||
|
|
Loading…
Reference in New Issue