1
0
Эх сурвалжийг харах

obs-ffmpeg: Only show b-frames AMF property for AVC

Roman Huts 3 жил өмнө
parent
commit
ef1a9c46e3

+ 2 - 0
plugins/obs-ffmpeg/texture-amf.cpp

@@ -999,7 +999,9 @@ static obs_properties_t *amf_properties_internal(amf_codec_type codec)
 		if (amf_codec_type::AVC == codec)
 			add_profile("baseline");
 #undef add_profile
+	}
 
+	if (amf_codec_type::AVC == codec) {
 		obs_properties_add_int(props, "bf", obs_module_text("BFrames"),
 				       0, 5, 1);
 	}