We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adb7dc commit 8951870Copy full SHA for 8951870
src/torchcodec/_core/pybind_ops.cpp
@@ -43,7 +43,7 @@ int64_t create_from_file_like(
43
}
44
45
int64_t encode_audio_to_file_like(
46
- uintptr_t data_ptr,
+ int64_t data_ptr,
47
const std::vector<int64_t>& shape,
48
int64_t sample_rate,
49
std::string_view format,
0 commit comments