Skip to content

Commit

Permalink
add vp9 sample
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Aug 15, 2023
1 parent 40f2969 commit e056e81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var (
samples = map[types.MimeType]string{
types.MimeTypeOpus: "/workspace/test/sample/matrix-trailer.ogg",
types.MimeTypeH264: "/workspace/test/sample/matrix-trailer.h264",
types.MimeTypeVP8: "/workspace/test/sample/matrix-trailer.ivf",
types.MimeTypeVP8: "/workspace/test/sample/matrix-trailer-vp8.ivf",
}

frameDurations = map[types.MimeType]time.Duration{
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions test/sample/matrix-trailer-vp9.ivf
Git LFS file not shown

0 comments on commit e056e81

Please sign in to comment.