Changeset 770a5c6d in ffmpeg

Timestamp:
Feb 20, 2012, 8:52:32 PM (13 years ago)
Author:
Justin Ruggles <justin.ruggles@gmail.com>
Branches:
master
Children:
3ab9a2a5, eadd4264
Parents:
91a28b0e
git-author:
Justin Ruggles <justin.ruggles@gmail.com> (01/31/12 20:57:53)
git-committer:
Justin Ruggles <justin.ruggles@gmail.com> (02/20/12 20:52:32)
Message:

adpcmenc: Use correct frame_size for Yamaha ADPCM.

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

(No files)

Note: See TracChangeset for help on using the changeset viewer.