[vlc-commits] vlc_es: add cc reorder depth in fmt

Francois Cartegnie git at videolan.org
Thu May 18 12:34:33 CEST 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed May 17 17:25:01 2017 +0200| [3a32e42e4c76e5df0e4364289c92822210343d17] | committer: Francois Cartegnie

vlc_es: add cc reorder depth in fmt

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

 include/vlc_es.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/vlc_es.h b/include/vlc_es.h
index 57610dd661..1d76dac3df 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -526,6 +526,10 @@ struct subs_format_t
         int i_magazine;
         int i_page;
     } teletext;
+    struct
+    {
+        uint8_t i_reorder_depth; /* Reorder depth or transport video */
+    } cc;
 
     text_style_t *p_style; /* Default styles to use */
 };



More information about the vlc-commits mailing list