mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 18:40:09 +00:00
CI: Fix libde265dec patch
AV_CODEC_CAP_AUTO_THREADS was removed in ffmpeg commit 10c9a08 It was replaced by AV_CODEC_CAP_OTHER_THREADS (same macro value)
This commit is contained in:
@@ -847,7 +847,7 @@ index 0000000000..9edc9ebc09
|
||||
+ FF_CODEC_DECODE_CB(ff_libde265dec_decode),
|
||||
+ .close = ff_libde265dec_free,
|
||||
+ .flush = ff_libde265dec_flush,
|
||||
+ .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AUTO_THREADS | // AV_CODEC_CAP_DR1 | /// @todo
|
||||
+ .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS | // AV_CODEC_CAP_DR1 | /// @todo
|
||||
+ AV_CODEC_CAP_SLICE_THREADS,
|
||||
+};
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user