Kaynağa Gözat

win-mf: Deprecate AMD Media Foundation H.264 encoder

jp9000 9 yıl önce
ebeveyn
işleme
41a3a30655
1 değiştirilmiş dosya ile 1 ekleme ve 6 silme
  1. 1 6
      plugins/win-mf/mf-h264.cpp

+ 1 - 6
plugins/win-mf/mf-h264.cpp

@@ -542,12 +542,7 @@ void RegisterMFH264Encoders()
 		if (!CanSpawnEncoder(e))
 			continue;
 
-		if (e->Type() == EncoderType::H264_QSV ||
-		    e->Type() == EncoderType::H264_NVENC)
-			info.caps = OBS_ENCODER_CAP_DEPRECATED;
-		else
-			info.caps = 0;
-
+		info.caps = OBS_ENCODER_CAP_DEPRECATED;
 		info.id = e->Id();
 		info.type_data = new TypeData(e);
 		info.free_type_data = [] (void *type_data) {