mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-13 00:57:50 +08:00
修复编码信息赋值错误
This commit is contained in:
parent
8a42f15d34
commit
bd35c9be97
@ -116,7 +116,7 @@ public class MediaInfo {
|
||||
Integer codecType = trackJson.getInteger("codec_type");
|
||||
Integer sampleRate = trackJson.getInteger("sample_rate");
|
||||
Integer height = trackJson.getInteger("height");
|
||||
Integer width = trackJson.getInteger("height");
|
||||
Integer width = trackJson.getInteger("width");
|
||||
Integer fps = trackJson.getInteger("fps");
|
||||
Integer loss = trackJson.getInteger("loss");
|
||||
Integer frames = trackJson.getInteger("frames");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user