[vlc-commits] mux:ogg: store the ES category as an enum es_format_category_e
    Steve Lhomme 
    git at videolan.org
       
    Fri Jul  7 19:33:26 CEST 2017
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Wed Jul  5 17:09:18 2017 +0200| [13bf0a35fc10b98b7095fb74d1573e7410438574] | committer: Rémi Denis-Courmont
mux:ogg: 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=13bf0a35fc10b98b7095fb74d1573e7410438574
---
 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;
    
    
More information about the vlc-commits
mailing list