Skip to content

Commit

Permalink
Add stream structure constraint to decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek authored Nov 23, 2023
1 parent d16809d commit 5b910d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane_h264_ffmpeg/decoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule Membrane.H264.FFmpeg.Decoder do

def_input_pad :input,
flow_control: :auto,
accepted_format: %H264{alignment: :au}
accepted_format: %H264{alignment: :au, stream_structure: :annexb}

def_output_pad :output,
flow_control: :auto,
Expand Down

0 comments on commit 5b910d4

Please sign in to comment.