Changeset fa6dce4c in ffmpeg

Timestamp:
Dec 1, 2011, 9:19:24 PM (13 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
04403ec2
Parents:
77e0c75
git-author:
Martin Storsjö <martin@martin.st> (12/01/11 08:45:26)
git-committer:
Martin Storsjö <martin@martin.st> (12/01/11 21:19:24)
Message:

rtpdec: Interpret the different G726 names as bits_per_coded_sample

For the standardized 8 kHz sample rate, this works exactly the same.
For nonstandard sample rates, the different predefined G726
names (G726-16, G726-24, G726-32, G726-40) are interpreted as an
indication of the bits per coded sample, even though their
actual bitrates aren't what the name specifies.

This feels more sane than using free-form names for nonstandard
sample rate/bitrate combinations, e.g like G726-22, G726-33
for 11025 Hz.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

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