Commit 1ada19aa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

RTP: need one more bit for TTL -1 (default) value

parent 2817b1e4
......@@ -263,16 +263,15 @@ struct sout_stream_sys_t
/* */
char *psz_destination;
uint8_t proto;
uint8_t i_ttl;
uint16_t i_port;
uint16_t i_port_audio;
uint16_t i_port_video;
bool b_latm;
uint8_t proto;
bool rtcp_mux;
int i_ttl:9;
/* when need to use a private one or when using muxer */
int i_payload_type;
unsigned i_payload_type:7;
bool b_latm;
/* in case we do TS/PS over rtp */
sout_mux_t *p_mux;
......
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