Browse Source

obs-ffmpeg: Add GeForce MX350 variant to unsupported NVENC list

Richard Stanway 2 years ago
parent
commit
e280fd6cd0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/obs-ffmpeg/obs-ffmpeg.c

+ 1 - 0
plugins/obs-ffmpeg/obs-ffmpeg.c

@@ -93,6 +93,7 @@ static const int blacklisted_adapters[] = {
 	0x1d13, // GP108M [GeForce MX250]
 	0x1d52, // GP108BM [GeForce MX250]
 	0x1c94, // GP107 [GeForce MX350]
+	0x1c96, // GP107 [GeForce MX350]
 	0x1f97, // TU117 [GeForce MX450]
 	0x137b, // GM108GLM [Quadro M520 Mobile]
 	0x1d33, // GP108GLM [Quadro P500 Mobile]