• Justin Ruggles's avatar
    adpcmenc: Use correct frame_size for Yamaha ADPCM. · 770a5c6d
    Justin Ruggles authored
    Output packet size should match avctx->block_align. The target output packet
    size is 1024 bytes.
    Before:
    mono   - 1024 samples -> 512 bytes
    stereo - 2048 samples -> 2048 bytes
    After:
    mono   - 2048 samples -> 1024 bytes
    stereo - 1024 samples -> 1024 bytes
    770a5c6d