mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
parent
ee77140afa
commit
b46f19100b
60 changed files with 82 additions and 83 deletions
|
|
@ -2169,6 +2169,7 @@ AVCodec ff_vp8_decoder = {
|
|||
|
||||
// AVCodec ff_webp_decoder = {
|
||||
// .name = "webp",
|
||||
// .long_name = NULL_IF_CONFIG_SMALL("WebP"),
|
||||
// .type = AVMEDIA_TYPE_VIDEO,
|
||||
// .id = AV_CODEC_ID_WEBP,
|
||||
// .priv_data_size = sizeof(VP8Context),
|
||||
|
|
@ -2177,7 +2178,6 @@ AVCodec ff_vp8_decoder = {
|
|||
// .decode = webp_decode_frame,
|
||||
// .capabilities = CODEC_CAP_DR1 | CODEC_CAP_FRAME_THREADS | CODEC_CAP_SLICE_THREADS,
|
||||
// .flush = vp8_decode_flush,
|
||||
// .long_name = NULL_IF_CONFIG_SMALL("WebP"),
|
||||
// .init_thread_copy = ONLY_IF_THREADS_ENABLED(vp8_decode_init_thread_copy),
|
||||
// .update_thread_context = ONLY_IF_THREADS_ENABLED(vp8_decode_update_thread_context),
|
||||
// };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue