]> git.sesse.net Git - vlc/commit
Partial fix for media instance. (It was using input_control_e intead of
authorLaurent Aimar <fenrir@videolan.org>
Sun, 30 Sep 2007 22:20:31 +0000 (22:20 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 30 Sep 2007 22:20:31 +0000 (22:20 +0000)
commit00cd4276343a005c4f823189bf5c3a8ff7adab42
treee640b5bf1beda1025e3da0c5de97b56687b83d3f
parent88461141f603b49306572f4d7846950af823d7ba
Partial fix for media instance. (It was using input_control_e intead of
input_query_e).

Btw input_internal.h is an internal header for src/input/* ONLY.
If input/control/* need it, then it is BROKEN (or there is a missing
functionnality, just ask for it then)
 I see it calling demux2_Control, this will segfault if you are unlucky.
 Accessing directly to p_input->p member is also forbidden.
src/control/media_instance.c