• Carl Eugen Hoyos's avatar
    lavu/avsscanf: Do not mix declaration and code. · 529debc9
    Carl Eugen Hoyos authored
    Fixes the following warning:
    libavutil/avsscanf.c: In function 'decfloat':
    libavutil/avsscanf.c:354:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
             int bitlim = bits-3*(int)(rp-9);
             ^~~
    529debc9
avsscanf.c 24.8 KB