Skip to content

v4l2videoenc: remove unnecessary processing variable and dead code

"processing" is only set to FALSE and never set to TRUE. Therefore, the code that depends on processing to be TRUE is never executed.

Remove the dead code.

Merge request reports

Loading