Skip to content

Commit 0480f1f

Browse files
committed
comments2
1 parent b538d13 commit 0480f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/Encoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ void VideoEncoder::initializeEncoder(
780780
outPixelFormat_ != AV_PIX_FMT_YUV420P)) {
781781
TORCH_CHECK(
782782
false,
783-
"CUDA encoding only supports NV12 and YUV420P formats, got ",
783+
"GPU encoding only supports NV12 and YUV420P formats, got ",
784784
av_get_pix_fmt_name(outPixelFormat_));
785785
}
786786
outPixelFormat_ =

0 commit comments

Comments
 (0)