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 0c6e0d3 commit 2890524Copy full SHA for 2890524
src/torchcodec/_core/SingleStreamDecoder.h
@@ -311,7 +311,7 @@ class SingleStreamDecoder {
311
int streamIndex,
312
AVMediaType mediaType,
313
const torch::Device& device = torch::kCPU,
314
- const std::string_view deviceVariant = "default",
+ const std::string_view deviceVariant = "ffmpeg",
315
std::optional<int> ffmpegThreadCount = std::nullopt);
316
317
// Returns the "best" stream index for a given media type. The "best" is
0 commit comments