]> git.sesse.net Git - vlc/commit
Added input internal es_out_GetEsObjects to retreives decoder associated objects.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 30 Jan 2010 19:19:38 +0000 (20:19 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 30 Jan 2010 23:50:28 +0000 (00:50 +0100)
commit64002dd12580e648c28f5602c70c19dc59cdf0d6
tree468ce798c0b94cfe5c6f32b2a38751063b37a31a
parentd335453304946343d9c041ae8b7a3f732fd352be
Added input internal es_out_GetEsObjects to retreives decoder associated objects.

It will allow to removes vlc_object_find(_*) hacks.
src/input/decoder.c
src/input/decoder.h
src/input/es_out.c
src/input/es_out.h
src/input/es_out_timeshift.c