mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-23 13:49:04 -05: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.