[vlc-devel] [PATCH 6/8] stream_out:bridge: store the ES category as an enum es_format_category_e
Steve Lhomme
robux4 at videolabs.io
Wed Jul 5 17:09:19 CEST 2017
---
modules/stream_out/rtp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_out/rtp.h b/modules/stream_out/rtp.h
index eae375486f..a4883665df 100644
--- a/modules/stream_out/rtp.h
+++ b/modules/stream_out/rtp.h
@@ -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;
--
2.12.1
More information about the vlc-devel
mailing list