增加H264 265选择

This commit is contained in:
jianzhichu
2026-01-25 21:34:17 +08:00
parent b63621593b
commit 66093d3ed0
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ namespace dy.net.model.entity
/// 264 265 0-默认0=264
/// </summary>
[SugarColumn(IsNullable = true)]
public int? VideoEncoder { get; set; } = 265;
public int? VideoEncoder { get; set; }
}
}