mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03: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<EFBFBD>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