mirror of
https://github.com/datarhei/core.git
synced 2025-10-12 19:30:31 +08:00
Add profile and level to progress IO
This commit is contained in:
@@ -16,6 +16,8 @@ func TestProgressIO(t *testing.T) {
|
||||
Type: "video",
|
||||
Codec: "h264",
|
||||
Coder: "libx264",
|
||||
Profile: 848,
|
||||
Level: 48,
|
||||
Frame: 39,
|
||||
Keyframe: 433,
|
||||
Framerate: struct {
|
||||
@@ -61,6 +63,8 @@ func TestProgressIOWithAVstream(t *testing.T) {
|
||||
Type: "video",
|
||||
Codec: "h264",
|
||||
Coder: "libx264",
|
||||
Profile: 848,
|
||||
Level: 48,
|
||||
Frame: 39,
|
||||
Keyframe: 433,
|
||||
Framerate: struct {
|
||||
@@ -219,6 +223,8 @@ func TestProgress(t *testing.T) {
|
||||
Type: "video",
|
||||
Codec: "h264",
|
||||
Coder: "libx264",
|
||||
Profile: 848,
|
||||
Level: 48,
|
||||
Frame: 39,
|
||||
Keyframe: 433,
|
||||
Framerate: struct {
|
||||
@@ -286,6 +292,8 @@ func TestProgress(t *testing.T) {
|
||||
Type: "video",
|
||||
Codec: "h264",
|
||||
Coder: "libx264",
|
||||
Profile: 848,
|
||||
Level: 48,
|
||||
Frame: 39,
|
||||
Keyframe: 433,
|
||||
Framerate: struct {
|
||||
|
Reference in New Issue
Block a user