mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Add profile and level to progress IO
This commit is contained in:
@@ -97,6 +97,8 @@ func TestProgressIO(t *testing.T) {
|
||||
Type: "video",
|
||||
Codec: "x",
|
||||
Coder: "y",
|
||||
Profile: 848,
|
||||
Level: 48,
|
||||
Frame: 133,
|
||||
Keyframe: 39,
|
||||
Framerate: app.ProgressIOFramerate{
|
||||
@@ -138,6 +140,8 @@ func TestProgressIOAVstream(t *testing.T) {
|
||||
Type: "video",
|
||||
Codec: "x",
|
||||
Coder: "y",
|
||||
Profile: 848,
|
||||
Level: 48,
|
||||
Frame: 133,
|
||||
Keyframe: 39,
|
||||
Framerate: app.ProgressIOFramerate{
|
||||
@@ -205,6 +209,8 @@ func TestProgress(t *testing.T) {
|
||||
Type: "video",
|
||||
Codec: "x",
|
||||
Coder: "y",
|
||||
Profile: 848,
|
||||
Level: 48,
|
||||
Frame: 133,
|
||||
Keyframe: 39,
|
||||
Framerate: app.ProgressIOFramerate{
|
||||
@@ -262,6 +268,8 @@ func TestProgress(t *testing.T) {
|
||||
Type: "video",
|
||||
Codec: "x",
|
||||
Coder: "y",
|
||||
Profile: 848,
|
||||
Level: 48,
|
||||
Frame: 133,
|
||||
Keyframe: 39,
|
||||
Framerate: app.ProgressIOFramerate{
|
||||
|
Reference in New Issue
Block a user