• Diego Biurrun's avatar
    mpegaudiodec: Fix av_dlog() invocation. · bde2c1c7
    Diego Biurrun authored
    Some parameters passed to the av_dlog can be either float or int, depending on
    the mode the file is being compiled as.  Cast those parameters to float and use
    appropriate conversion specifiers.
    bde2c1c7
mpegaudiodec.c 67.1 KB