[vlc-devel] [PATCH 7/8] stream_out:rtp: store the ES category as an enum es_format_category_e

Steve Lhomme robux4 at videolabs.io
Wed Jul 5 17:09:20 CEST 2017


---
 modules/stream_out/bridge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_out/bridge.c b/modules/stream_out/bridge.c
index 4e140f054a..7449c3dbc3 100644
--- a/modules/stream_out/bridge.c
+++ b/modules/stream_out/bridge.c
@@ -448,7 +448,7 @@ static void CloseIn( vlc_object_t * p_this )
 struct sout_stream_id_sys_t
 {
     sout_stream_id_sys_t *id;
-    int i_cat; /* es category. Used for placeholder option */
+    enum es_format_category_e i_cat; /* es category. Used for placeholder option */
 };
 
 static sout_stream_id_sys_t * AddIn( sout_stream_t *p_stream, const es_format_t *p_fmt )
-- 
2.12.1



More information about the vlc-devel mailing list