Skip to content
  • Sebastian Dröge's avatar
    qtdemux: Fix compilation with gcc 7 · 4c30cbfe
    Sebastian Dröge authored
    qtdemux.c: In function ‘qtdemux_parse_samples’:
    qtdemux.c:8450:39: error: ‘*’ in boolean context, suggest ‘&&’ instead [-Werror=int-in-bool-context]
             if (stream->samples_per_frame * stream->bytes_per_frame) {
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
    4c30cbfe