Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/torchcodec/_core/DecodeAvif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ namespace facebook::torchcodec {
torch::stable::Tensor decode_avif(
[[maybe_unused]] const torch::stable::Tensor& input,
[[maybe_unused]] int64_t mode,
[[maybe_unused]] int64_t output_dtype) {
[[maybe_unused]] int64_t output_dtype,
[[maybe_unused]] int64_t num_threads) {
STD_TORCH_CHECK(
false,
"decode_avif: torchcodec was not compiled with libavif support. Rebuild "
Expand Down
Loading