From fcd9a94e76e37ce461ac90ea169e2cfec8ca5a5a Mon Sep 17 00:00:00 2001 From: bugmaster Date: Tue, 13 Mar 2018 18:32:32 +0300 Subject: [PATCH] 0029560: Jenkins - Control of license statements and non-ascii characters in integrated code Removing non-ascii characters --- src/Image/Image_VideoRecorder.cxx | 2 +- src/XCAFDoc/XCAFDoc_AssemblyItemId.hxx | 2 +- src/XDEDRAW/XDEDRAW_Colors.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Image/Image_VideoRecorder.cxx b/src/Image/Image_VideoRecorder.cxx index ba00720bc7..0a74aafdc6 100644 --- a/src/Image/Image_VideoRecorder.cxx +++ b/src/Image/Image_VideoRecorder.cxx @@ -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 diff --git a/src/XCAFDoc/XCAFDoc_AssemblyItemId.hxx b/src/XCAFDoc/XCAFDoc_AssemblyItemId.hxx index 94b8c040f3..941c53a761 100644 --- a/src/XCAFDoc/XCAFDoc_AssemblyItemId.hxx +++ b/src/XCAFDoc/XCAFDoc_AssemblyItemId.hxx @@ -20,7 +20,7 @@ #include //! 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. class XCAFDoc_AssemblyItemId { diff --git a/src/XDEDRAW/XDEDRAW_Colors.cxx b/src/XDEDRAW/XDEDRAW_Colors.cxx index 8aa1b508cb..548789950b 100644 --- a/src/XDEDRAW/XDEDRAW_Colors.cxx +++ b/src/XDEDRAW/XDEDRAW_Colors.cxx @@ -1,4 +1,4 @@ -// Created on: 2000-08-04 +// Created on: 2000-08-04 // Created by: Pavel TELKOV // Copyright (c) 2000-2014 OPEN CASCADE SAS //