Commit 6cd917a9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Of course, L16 has two bytes per sample...

parent 832cb393
...@@ -1006,7 +1006,7 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt ) ...@@ -1006,7 +1006,7 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
} }
id->psz_enc = "L16"; id->psz_enc = "L16";
id->pf_packetize = rtp_packetize_split; id->pf_packetize = rtp_packetize_split;
rtp_set_ptime (id, 20, 1); rtp_set_ptime (id, 20, 2);
break; break;
case VLC_FOURCC( 'u', '8', ' ', ' ' ): case VLC_FOURCC( 'u', '8', ' ', ' ' ):
id->psz_enc = "L8"; id->psz_enc = "L8";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment