• 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
mp4_plugin.c 9.87 KB