mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-06 20:58:02 +08:00
0029560: Jenkins - Control of license statements and non-ascii characters in integrated code
Removing non-ascii characters
This commit is contained in:
@@ -348,7 +348,7 @@ Standard_Boolean Image_VideoRecorder::openVideoCodec (const Image_VideoParams& t
|
||||
else if (aCodecCtx->codec == avcodec_find_encoder_by_name ("vp8")
|
||||
|| aCodecCtx->codec == avcodec_find_encoder_by_name ("vp9"))
|
||||
{
|
||||
av_dict_set (&anOptions, "crf", "20", 0); // quality 4–63, 10 is normal
|
||||
av_dict_set (&anOptions, "crf", "20", 0); // quality 4-63, 10 is normal
|
||||
}
|
||||
|
||||
// override defaults with specified options
|
||||
|
||||
Reference in New Issue
Block a user