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:
James Almer 2023-02-27 10:37:18 -03:00
parent de133eaaba
commit 8d226fb978
1 changed files with 0 additions and 1 deletions

View File

@ -391,6 +391,5 @@ FFCodec ff_libvpx_vp9_decoder = {
FF_CODEC_DECODE_CB(vpx_decode),
.caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE |
FF_CODEC_CAP_AUTO_THREADS,
.init_static_data = ff_vp9_init_static,
};
#endif /* CONFIG_LIBVPX_VP9_DECODER */