• Max Kellermann's avatar
    decoder: switch a bunch of plugins to stream_tag() · 05cde581
    Max Kellermann authored
    This patch changes the following decoder plugins to implement
    stream_tag() instead of tag_dup():
    
     faad, ffmpeg, mad, modplug, mp4ff, mpcdec, oggflac
    
    This simplifies their code, because they do not need to take care of
    opening/closing the stream.
    05cde581
oggflac_plugin.c 10.2 KB