• Max Kellermann's avatar
    mp4: use tag_is_empty() instead of passing the tag_is_found flag · 01706dd4
    Max Kellermann authored
    The API of mp4_load_tag() was strange: it always returned a tag
    object, no matter if a tag was found in the file; the existence of a
    tag was indicated with the tag_found integer reference.  This flag is
    superfluous, since we can simply check whether the tag is empty or
    not.
    01706dd4
Name
Last commit
Last update
..
_flac_common.c Loading commit data...
_flac_common.h Loading commit data...
_ogg_common.c Loading commit data...
_ogg_common.h Loading commit data...
aac_plugin.c Loading commit data...
audiofile_plugin.c Loading commit data...
ffmpeg_plugin.c Loading commit data...
flac_plugin.c Loading commit data...
mod_plugin.c Loading commit data...
mp3_plugin.c Loading commit data...
mp4_plugin.c Loading commit data...
mpc_plugin.c Loading commit data...
oggflac_plugin.c Loading commit data...
oggvorbis_plugin.c Loading commit data...
wavpack_plugin.c Loading commit data...