Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Jun 19, 2024
1 parent cdfdfde commit 7f261b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/membrane_ivf/headers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ defmodule Membrane.IVF.Headers do
codec_four_cc =
case stream_format do
%Membrane.RemoteStream{content_format: VP9} -> "VP90"
%VP9{} -> "VP90"
%Membrane.RemoteStream{content_format: VP8} -> "VP80"
%VP8{} -> "VP80"
_unknown -> "\0\0\0\0"
end

Expand Down

0 comments on commit 7f261b0

Please sign in to comment.