Skip to content

Commit 17bb903

Browse files
committed
SVT encoder: comment out currently unused string constants
1 parent 895f7e2 commit 17bb903

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libheif/plugins/encoder_svt.cc

+2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ static const char* kParam_speed = "speed";
7676
static const char* kParam_tune = "tune";
7777
static const char* const kParam_tune_valid_values[] = {"vq","psnr","ssim", nullptr};
7878

79+
/*
7980
static const char* kParam_chroma = "chroma";
8081
static const char* const kParam_chroma_valid_values[] = {
8182
"420", "422", "444", nullptr
8283
};
84+
*/
8385

8486
static int valid_tile_num_values[] = {1, 2, 4, 8, 16, 32, 64};
8587

0 commit comments

Comments
 (0)