]> git.sesse.net Git - vlc/commit
* mpeg_audio: fixed input infos update, and removed all tabs.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 29 Mar 2004 14:21:47 +0000 (14:21 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 29 Mar 2004 14:21:47 +0000 (14:21 +0000)
commitf1c9b20a620b2622ebd187e08ef856a7a93f11e5
treee05ce22daa7e555936f8e82344ec5052ec1b5e35
parent655e585f749c2969976270d76cef66ae51d56715
 * mpeg_audio: fixed input infos update, and removed all tabs.
 (each vlc_object_find has to be followed by a vlc_object_release once
the object isn't needed anymore)

 Btw, I think we should better do that update in src/input/input_dec.c,
this way it will work with every decoder AND a decoder should not touch
p_input (decoders will be used by transcode for instance ...)
modules/codec/mpeg_audio.c