Changeset 6fcbb0f5 in ffmpeg

Timestamp:
Dec 5, 2011, 10:41:23 AM (13 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
f32fd318
Parents:
0bafe049
git-author:
Martin Storsjö <martin@martin.st> (12/03/11 17:54:20)
git-committer:
Martin Storsjö <martin@martin.st> (12/05/11 10:41:23)
Message:

g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_coded_sample

This avoids using bits_per_coded_sample for this information.
bits_per_coded_sample should be 4 for this codec normally,
since two samples are encoded into one 8 bit codeword.

In principle, this might be info that needs to be passed from
a demuxer, and in that case, a private AVOption isn't the best
choice, but no such samples are available at the moment, so
that use case is purely theoretical at the moment.

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

(No files)

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