• Laurent Aimar's avatar
    * mpeg_audio: fixed input infos update, and removed all tabs. · f1c9b20a
    Laurent Aimar authored
     (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 ...)
    
    f1c9b20a
mpeg_audio.c 24.2 KB