[vlc-commits] ASF: fix compilation
Jean-Baptiste Kempf
git at videolan.org
Mon Feb 23 20:58:53 CET 2015
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 23 20:58:36 2015 +0100| [61609172dda3141834135955a9eca699eedc046e] | committer: Jean-Baptiste Kempf
ASF: fix compilation
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=61609172dda3141834135955a9eca699eedc046e
---
modules/demux/asf/asf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/asf/asf.c b/modules/demux/asf/asf.c
index 789b5e0..b133410 100644
--- a/modules/demux/asf/asf.c
+++ b/modules/demux/asf/asf.c
@@ -1499,7 +1499,7 @@ static int DemuxInit( demux_t *p_demux )
es_format_Copy( tk->p_fmt, &fmt );
}
- fmt.i_id = tk->info.p_sp->i_stream_number;
+ fmt.i_id = tk->p_sp->i_stream_number;
tk->p_es = es_out_Add( p_demux->out, &fmt );
More information about the vlc-commits
mailing list