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 6a9eca1 commit df6072dCopy full SHA for df6072d
src/torchcodec/_core/custom_ops.cpp
@@ -460,11 +460,7 @@ std::string get_json_metadata(at::Tensor& decoder) {
460
if (maybeBestVideoStreamIndex.has_value() &&
461
videoMetadata.allStreamMetadata[*maybeBestVideoStreamIndex]
462
.durationSecondsFromHeader.has_value()) {
463
-<<<<<<< HEAD
464
- durationSecondsFromHeader =
465
-=======
466
durationSecondsFromHeader =
467
->>>>>>> e932590 (Update C++ metadata names to match python)
468
469
.durationSecondsFromHeader.value_or(0);
470
} else {
0 commit comments