• 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
Name
Last commit
Last update
..
acodec Loading commit data...
fate Loading commit data...
lavf Loading commit data...
lavfi Loading commit data...
seek Loading commit data...
vsynth1 Loading commit data...
vsynth2 Loading commit data...