diff options
author | Stefano Sabatini <[email protected]> | 2011-07-02 13:22:35 +0200 |
---|---|---|
committer | Reinhard Tartler <[email protected]> | 2011-07-03 19:49:53 +0200 |
commit | d734d4ce6ae6e798b17c26ed1cc228891897b34f (patch) | |
tree | c6284646862266b3b5bac318ff3f5a5dc49f0782 | |
parent | c445e9dc6284c24a4d527480a8f78fc89d1b56a3 (diff) |
suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxy
The previously suggested replacement - av_get_bits_per_sample_fmt() -
was also deprecated.
Signed-off-by: Ronald S. Bultje <[email protected]>
(cherry picked from commit ccfa626db863b6019fd4c316d19d8f7018543bed)
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 835279eb21..9a3076ae27 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3847,7 +3847,7 @@ int av_get_bits_per_sample(enum CodecID codec_id); #if FF_API_OLD_SAMPLE_FMT /** - * @deprecated Use av_get_bits_per_sample_fmt() instead. + * @deprecated Use av_get_bytes_per_sample() instead. */ attribute_deprecated int av_get_bits_per_sample_format(enum AVSampleFormat sample_fmt); |