Skip to content
Snippets Groups Projects
Commit f9b1f67b authored by Thomas Guillem's avatar Thomas Guillem
Browse files

lpcm: prepare dec->fmt_out

In order to set i_bytes_per_frame and i_frame_length.

Fixes #20753
parent 7f51eb6c
No related branches found
No related tags found
No related merge requests found
......@@ -455,6 +455,7 @@ static block_t *Packetize( decoder_t *p_dec, block_t **pp_block )
p_dec->fmt_out.i_codec = VLC_CODEC_S32N;
p_dec->fmt_out.audio.i_bitspersample = 32;
}
aout_FormatPrepare(&p_dec->fmt_out.audio);
/* */
block_t *p_aout_buffer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment