• Justin Ruggles's avatar
    wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE · c2b8dea1
    Justin Ruggles authored
    This is near the theoretical limit for wma frame size and is the most that
    our decoder can handle. Allowing higher bit rates will just end up padding
    each frame with empty bytes.
    
    Fixes invalid writes for avconv when using very high bit rates.
    
    CC:libav-stable@libav.org
    c2b8dea1
wmaenc.c 13.3 KB