Skip to content

videotestsrc.c: Correct left shift operator

Use the left shift operator '<<' instead of the mistakenly typed less than operator '<'.

Edited by Francisco Javier Velázquez-García

Merge request reports