fix: fix exceptions when import video

This commit is contained in:
Mike Solar
2025-08-03 02:06:45 +08:00
parent 203a280d8e
commit 65ab76edc8
24 changed files with 14 additions and 833 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ submitted should abide by the following standards:
* The code style generally follows the
[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)
including, but not limited to:
* Indentation is 2 spaces wide, spaces only (no tabs)
* Indentation is 4 spaces wide, spaces only (no tabs)
* `lowercase_underscored_variable_names`
* `lowercase_underscored_functions()` or `SentenceCaseFunctions()`
* `class SentenceCaseClassesAndStructs {}`