Skip to content

Commit

Permalink
Rename keyframes_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Jul 11, 2024
1 parent 79618ae commit 413d2f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ defmodule Membrane.VPx.KeyframesTest do
test "VP8 codec" do
perform_test(
"ref_vp8.raw",
%Membrane.VP8.Encoder{encoding_deadline: 0}
%Membrane.VP8.Encoder{encoding_deadline: 1}
)
end

test "VP9 codec" do
perform_test(
"ref_vp9.raw",
%Membrane.VP9.Encoder{encoding_deadline: 0}
%Membrane.VP9.Encoder{encoding_deadline: 1}
)
end
end
Expand Down

0 comments on commit 413d2f1

Please sign in to comment.