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>
pull/389/head
James Almer 2 years ago
parent de133eaaba
commit 8d226fb978
  1. 1
      libavcodec/libvpxdec.c

@ -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 */

Loading…
Cancel
Save