obs-ffmpeg: Instead of failing with unsupported CS, use default

This commit is contained in:
John Bradley
2015-03-19 14:40:24 -05:00
parent 52aae96f74
commit c539c16ecc
+1 -1
View File
@@ -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;