[vlc-devel] [PATCH 4/8] mux:asf: store the ES category as an enum es_format_category_e

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


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

diff --git a/modules/mux/asf.c b/modules/mux/asf.c
index fcd4e53740..809caf60ad 100644
--- a/modules/mux/asf.c
+++ b/modules/mux/asf.c
@@ -111,7 +111,7 @@ static int Mux      ( sout_mux_t * );
 typedef struct
 {
     int          i_id;
-    int          i_cat;
+    enum es_format_category_e i_cat;
 
     /* codec information */
     uint16_t     i_tag;     /* for audio */
-- 
2.12.1



More information about the vlc-devel mailing list