Skip to content

Commit 2890524

Browse files
committed
fix
1 parent 0c6e0d3 commit 2890524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/SingleStreamDecoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ class SingleStreamDecoder {
311311
int streamIndex,
312312
AVMediaType mediaType,
313313
const torch::Device& device = torch::kCPU,
314-
const std::string_view deviceVariant = "default",
314+
const std::string_view deviceVariant = "ffmpeg",
315315
std::optional<int> ffmpegThreadCount = std::nullopt);
316316

317317
// Returns the "best" stream index for a given media type. The "best" is

0 commit comments

Comments
 (0)