diff options
author | James Almer <jamrial@gmail.com> | 2014-09-14 21:14:00 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2014-10-05 17:09:49 -0300 |
commit | 1abb77285cff29eb00b766bdaa68fb4b757455aa (patch) | |
tree | 80e8e176753982a757c75a0db997347b1319994b /libavutil/samplefmt.h | |
parent | 42111bb960b5c2289a4feb4aa8ab1ef45a02b2fc (diff) | |
download | ffmpeg-1abb77285cff29eb00b766bdaa68fb4b757455aa.tar.gz |
avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruft
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/samplefmt.h')
-rw-r--r-- | libavutil/samplefmt.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavutil/samplefmt.h b/libavutil/samplefmt.h index 2c346a3ce3..6a8a031c02 100644 --- a/libavutil/samplefmt.h +++ b/libavutil/samplefmt.h @@ -129,14 +129,6 @@ enum AVSampleFormat av_get_planar_sample_fmt(enum AVSampleFormat sample_fmt); */ char *av_get_sample_fmt_string(char *buf, int buf_size, enum AVSampleFormat sample_fmt); -#if FF_API_GET_BITS_PER_SAMPLE_FMT -/** - * @deprecated Use av_get_bytes_per_sample() instead. - */ -attribute_deprecated -int av_get_bits_per_sample_fmt(enum AVSampleFormat sample_fmt); -#endif - /** * Return number of bytes per sample. * |