mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 05:11:09 +00:00
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),
|
||||
.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…
Reference in New Issue
Block a user