OSDN Git Service

tta: add support for decoding 24-bit sample format
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 23 Oct 2011 20:13:06 +0000 (16:13 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 25 Oct 2011 15:22:02 +0000 (11:22 -0400)
commitc6056d40049c2be6450982e9c6ce0b9571bd2403
treebc372ed8257e792a4f965e2ac5c57c3dedb2ec83
parent8664682d0e6b6071ca7b3f6b9e350305d3fbcf76
tta: add support for decoding 24-bit sample format

Note that this will not work in most cases with avconv and avplay due to the
AVCODEC_MAX_AUDIO_FRAME_SIZE limit, but it will decode correctly if given a
large enough output buffer.
libavcodec/tta.c