decklink, win-dshow: Use obs_source_output_video2
Allows the ability to override and use partial range RGB with the DirectShow and Decklink device sources when partial range RGB is implemented. Fixes certain cases where devices could capture RGB in limited range via HDMI (per the HDMI specs).
This commit is contained in:
@@ -56,7 +56,7 @@ extern bool ffmpeg_decode_audio(struct ffmpeg_decode *decode,
|
||||
|
||||
extern bool ffmpeg_decode_video(struct ffmpeg_decode *decode,
|
||||
uint8_t *data, size_t size, long long *ts,
|
||||
struct obs_source_frame *frame,
|
||||
struct obs_source_frame2 *frame,
|
||||
bool *got_output);
|
||||
|
||||
static inline bool ffmpeg_decode_valid(struct ffmpeg_decode *decode)
|
||||
|
Reference in New Issue
Block a user