obs-ffmpeg: Instead of failing with unsupported CS, use default
This commit is contained in:
@@ -84,7 +84,7 @@ static bool set_obs_frame_colorprops(struct ff_frame *frame,
|
||||
default:
|
||||
blog(LOG_WARNING, "frame using an unsupported colorspace %d",
|
||||
frame_cs);
|
||||
return false;
|
||||
obs_cs = VIDEO_CS_DEFAULT;
|
||||
}
|
||||
|
||||
enum video_range_type range;
|
||||
|
Reference in New Issue
Block a user