ui/handler: Add ability to override UI name

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-07-24 20:03:44 +02:00
parent 7c3e313bcd
commit c8f3f9201c
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -20,3 +20,5 @@
// SOFTWARE.
#include "handler.hpp"
void obsffmpeg::ui::handler::override_visible_name(AVCodec* codec, std::string& name) {}