• 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
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...