Skip to content

replace non-ascii characters in file video-anc

Morton Lin requested to merge kemen209/gst-plugins-base:fix-bug-#1 into master

These non-asciil chars will produce warning C4819 with VS compiler on Windows. And it will prevent the project which set 'warning as error' from building.

Merge request reports