19890b25ee
This commit fixes the case of two recently added attributes of the v4l2_data struct (in PR #2978). The new attributes were named "frameRateUnchanged" and "resolutionUnchanged", i.e. using CamelCase while all other attributes use snake_case. This change changes the name of the two attributes to snake_case.