Add profile and level to progress IO

This commit is contained in:
Ingo Oppermann
2024-09-05 13:44:19 +02:00
parent 1a51db01ea
commit bc1b2cf76b
4 changed files with 28 additions and 0 deletions

View File

@@ -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{