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 b538d13 commit 0480f1fCopy full SHA for 0480f1f
src/torchcodec/_core/Encoder.cpp
@@ -780,7 +780,7 @@ void VideoEncoder::initializeEncoder(
780
outPixelFormat_ != AV_PIX_FMT_YUV420P)) {
781
TORCH_CHECK(
782
false,
783
- "CUDA encoding only supports NV12 and YUV420P formats, got ",
+ "GPU encoding only supports NV12 and YUV420P formats, got ",
784
av_get_pix_fmt_name(outPixelFormat_));
785
}
786
outPixelFormat_ =
0 commit comments