[vlc-commits] stream_out:rtp: store the ES category as an enum es_format_category_e

Steve Lhomme git at videolan.org
Fri Jul 7 19:33:34 CEST 2017


vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Wed Jul  5 17:09:20 2017 +0200| [de788fb4d3a570dd1f3eae06213d122adcf840b3] | committer: Rémi Denis-Courmont

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

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de788fb4d3a570dd1f3eae06213d122adcf840b3
---

 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 )



More information about the vlc-commits mailing list