Skip to content

Commit e8c7439

Browse files
committed
Remove stray comment
1 parent 9581ae5 commit e8c7439

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/torchcodec/_core/AVIOTensorContext.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ namespace {
1313

1414
constexpr int64_t INITIAL_TENSOR_SIZE = 10'000'000; // 10 MB
1515
constexpr int64_t MAX_TENSOR_SIZE = 320'000'000; // 320 MB
16-
//
1716

1817
// The signature of this function is defined by FFMPEG.
1918
int read(void* opaque, uint8_t* buf, int buf_size) {

0 commit comments

Comments
 (0)