mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0029560: Jenkins - Control of license statements and non-ascii characters in integrated code
Removing non-ascii characters
This commit is contained in:
parent
56c5a5979e
commit
fcd9a94e76
@ -348,7 +348,7 @@ Standard_Boolean Image_VideoRecorder::openVideoCodec (const Image_VideoParams& t
|
|||||||
else if (aCodecCtx->codec == avcodec_find_encoder_by_name ("vp8")
|
else if (aCodecCtx->codec == avcodec_find_encoder_by_name ("vp8")
|
||||||
|| aCodecCtx->codec == avcodec_find_encoder_by_name ("vp9"))
|
|| 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
|
// override defaults with specified options
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include <TColStd_ListOfAsciiString.hxx>
|
#include <TColStd_ListOfAsciiString.hxx>
|
||||||
|
|
||||||
//! Unique item identifier in the hierarchical product structure.
|
//! Unique item identifier in the hierarchical product structure.
|
||||||
//! A full path to an assembly component in the “part-of” graph starting from
|
//! A full path to an assembly component in the "part-of" graph starting from
|
||||||
//! the root node.
|
//! the root node.
|
||||||
class XCAFDoc_AssemblyItemId
|
class XCAFDoc_AssemblyItemId
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Created on: 2000-08-04
|
// Created on: 2000-08-04
|
||||||
// Created by: Pavel TELKOV
|
// Created by: Pavel TELKOV
|
||||||
// Copyright (c) 2000-2014 OPEN CASCADE SAS
|
// Copyright (c) 2000-2014 OPEN CASCADE SAS
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user