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

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


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

diff --git a/modules/mux/ogg.c b/modules/mux/ogg.c
index 65146aa82d..9135ec338d 100644
--- a/modules/mux/ogg.c
+++ b/modules/mux/ogg.c
@@ -143,7 +143,7 @@ typedef struct
  *****************************************************************************/
 typedef struct
 {
-    int i_cat;
+    enum es_format_category_e i_cat;
     vlc_fourcc_t i_fourcc;
 
     int b_new;
-- 
2.12.1



More information about the vlc-devel mailing list