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 fbd6827 commit d3b58dfCopy full SHA for d3b58df
modules/cudacodec/test/test_video.cpp
@@ -482,6 +482,7 @@ CUDA_TEST_P(TransCode, H264ToH265)
482
ASSERT_FALSE(frame.empty());
483
}
484
485
+ ASSERT_EQ(0, remove(outputFile.c_str()));
486
487
488
INSTANTIATE_TEST_CASE_P(CUDA_Codec, TransCode, ALL_DEVICES);
@@ -562,6 +563,7 @@ CUDA_TEST_P(Write, Writer)
562
563
564
565
566
567
568
569
#define DEVICE_SRC true, false
@@ -643,6 +645,7 @@ CUDA_TEST_P(EncoderParams, Writer)
643
645
644
646
647
648
649
650
651
INSTANTIATE_TEST_CASE_P(CUDA_Codec, EncoderParams, ALL_DEVICES);
0 commit comments