Skip to content

Commit

Permalink
Update lib/membrane_mp4/muxer/isom.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Kita <[email protected]>
  • Loading branch information
mat-hek and varsill authored Aug 22, 2024
1 parent a83db58 commit 9e547f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane_mp4/muxer/isom.ex
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ defmodule Membrane.MP4.Muxer.ISOM do
%Membrane.H264{stream_structure: {:avc3, _dcr2}}} ->
state

{%Membrane.H265{}, %Membrane.H265{}} ->
{%Membrane.H265{stream_structure: {:hev1, _dcr1}}, %Membrane.H265{stream_structure: {:hev1, _dcr2}}} ->
state

# Otherwise we can assume that output will be corrupted
Expand Down

0 comments on commit 9e547f6

Please sign in to comment.