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 9581ae5 commit e8c7439Copy full SHA for e8c7439
src/torchcodec/_core/AVIOTensorContext.cpp
@@ -13,7 +13,6 @@ namespace {
13
14
constexpr int64_t INITIAL_TENSOR_SIZE = 10'000'000; // 10 MB
15
constexpr int64_t MAX_TENSOR_SIZE = 320'000'000; // 320 MB
16
- //
17
18
// The signature of this function is defined by FFMPEG.
19
int read(void* opaque, uint8_t* buf, int buf_size) {
0 commit comments