Skip to content
Snippets Groups Projects
Commit 28e5380d authored by Steve Lhomme's avatar Steve Lhomme Committed by Rémi Denis-Courmont
Browse files

stream_out:bridge: store the ES category as an enum es_format_category_e


Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 13bf0a35
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ typedef struct rtp_format_t
uint8_t payload_type;
unsigned clock_rate;
unsigned channels;
int cat;
enum es_format_category_e cat;
/* Used in SDP only */
unsigned bitrate;
const char *ptname;
......
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