• 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
..
fate Loading commit data...
ref Loading commit data...
Makefile Loading commit data...
audiogen.c Loading commit data...
base64.c Loading commit data...
codec-regression.sh Loading commit data...
fate-run.sh Loading commit data...
fate.sh Loading commit data...
lavf-regression.sh Loading commit data...
lavfi-regression.sh Loading commit data...
lena.pnm Loading commit data...
md5.sh Loading commit data...
regression-funcs.sh Loading commit data...
rotozoom.c Loading commit data...
tiny_psnr.c Loading commit data...
videogen.c Loading commit data...