libobs: Add OBS_OUTPUT_UNSUPPORTED error code

This allows an output to specify that the format or track count is
unsupported.
This commit is contained in:
jp9000 2015-06-09 20:33:39 -07:00
parent 657985da94
commit 71e4f3091b

View file

@ -38,6 +38,7 @@
#define OBS_OUTPUT_INVALID_STREAM -3
#define OBS_OUTPUT_ERROR -4
#define OBS_OUTPUT_DISCONNECTED -5
#define OBS_OUTPUT_UNSUPPORTED -6
#define OBS_VIDEO_SUCCESS 0
#define OBS_VIDEO_FAIL -1