samplefmt: add av_get_bytes_per_sample()
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 5 Jun 2011 23:14:50 +0000 (01:14 +0200)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 7 Jun 2011 17:06:41 +0000 (13:06 -0400)
commita6703faa157294efb75619f55c06d7ed5a0aa2bf
treeec47ec652746522f8c1454e75e0fac315026a54a
parent2f37321abcbf9be5f58647b17155c0e257949c0d
samplefmt: add av_get_bytes_per_sample()

Deprecate av_get_bits_per_sample_fmt(), which was a misnamed function.

For the moment we don't have sample formats with a non-integer number
of bytes, in that case we may need to create a new
av_get_bits_per_sample() function. In the meanwhile we prefer to adopt
this variant, since avoids divisions by 8 all over the place.
doc/APIchanges
libavutil/avutil.h
libavutil/samplefmt.c
libavutil/samplefmt.h