• Rémi Denis-Courmont's avatar
    Fix some brain-damaged calloc use · 80af71f7
    Rémi Denis-Courmont authored
    (Hint: sizeof(char) is ONE per the definition of sizeof)
    (Hint: size is the SECOND parameter of calloc, not the FIRST one)
    (Hint: calloc() calls bzero(), waste of time if memory is set anyway)
    80af71f7
libmp4.c 92.8 KB