UI: Add Format, Audio and Video ComboBoxes

Adds ComboBoxes for selecting format and audio/video
codecs. The ComboBoxes also show only valid codec
combinations for a particular container format.
This commit is contained in:
kc5nra
2015-03-28 02:21:16 -05:00
committed by John Bradley
parent f04be51947
commit b218957f38
6 changed files with 508 additions and 80 deletions

View File

@@ -189,6 +189,7 @@ endif()
target_link_libraries(obs
libobs
libff
Qt5::Widgets
Qt5::Network
${obs_PLATFORM_LIBRARIES})