mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-09 10:06:12 -04:00
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.