[vlc-commits] access: dvdnav: set id to stream id

Francois Cartegnie git at videolan.org
Thu Jul 6 13:33:21 CEST 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Jul  6 13:32:38 2017 +0200| [0516e9acd4d3cc88c387a1a78c9500dc6dfb5dfb] | committer: Francois Cartegnie

access: dvdnav: set id to stream id

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

 modules/access/dvdnav.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c
index 689a3cb539..ada8713904 100644
--- a/modules/access/dvdnav.c
+++ b/modules/access/dvdnav.c
@@ -1516,6 +1516,7 @@ static void ESNew( demux_t *p_demux, int i_id )
         }
     }
 
+    tk->fmt.i_id = i_id;
     tk->es = es_out_Add( p_demux->out, &tk->fmt );
     if( b_select && tk->es )
     {



More information about the vlc-commits mailing list