]> git.sesse.net Git - vlc/commit
input: use STREAM_GET_META instead of ACCESS_GET_META (refs #8414)
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 17 Apr 2013 20:53:52 +0000 (23:53 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 17 Apr 2013 20:54:20 +0000 (23:54 +0300)
commit7b76ee24250b2b4feb905c5ea3628a08f2caeed1
tree7a8f9a3b7377d598156ebd3e9b01a1068a3cf564
parent17d1f128e76b8ee320a77d2e3de505a60fd3d984
input: use STREAM_GET_META instead of ACCESS_GET_META (refs #8414)

Note that updated meta are still marked with access_t.info.i_update,
which remains undefined in case of threaded stream filter. Luckily,
unlike pf_control() re-entrancy, unprotected access to info.i_update
cannot crash on any practical system.
src/input/input.c