summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-02-27 10:37:18 -0300
committerJames Almer <jamrial@gmail.com>2023-03-01 19:06:25 -0300
commit8d226fb9786f34760e80e0d6b403bd63e9ac4ddd (patch)
treeca056c20e73f4466110b99de75f1c5dcb4259bd5
parentde133eaabaea4d508475e2d2073b7c50238a79ee (diff)
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>
-rw-r--r--libavcodec/libvpxdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c
index 0ae19c3f72..8e6291fe20 100644
--- a/libavcodec/libvpxdec.c
+++ b/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 */