Files
obs-studio/libobs
tt2468 681093616a libobs: Check for extension validity in os_generate_formatted_filename
In some cases (ffmpeg_mux), the extension and format values are a
direct passthrough from arbitrary data. Instead of always postfixing
a `.` at the end of a generated path if the extension is invalid,
don't postfix the `.` at all.

Before: `my_formatted_string.`
After: `my_formatted_string`
2023-04-22 16:29:30 -07:00
..
2023-04-05 21:54:25 +02:00
2022-07-19 09:28:51 -03:00
2023-02-15 13:40:13 -05:00
2023-02-04 02:17:49 -08:00
2023-03-26 14:47:22 +02:00
2023-03-26 14:47:22 +02:00
2022-03-19 15:46:34 -07:00
2022-05-24 14:31:48 -03:00
2023-02-26 10:31:02 +11:00
2019-10-14 17:19:38 -07:00
2023-03-18 15:54:38 -07:00
2023-04-05 16:52:46 -07:00