]> git.sesse.net Git - ffmpeg/commit
samplefmt: remove deprecated use of av_get_bits_per_sample_fmt()
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 25 Jun 2011 19:54:58 +0000 (21:54 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 25 Jun 2011 20:06:30 +0000 (22:06 +0200)
commit5fba761f6e3ff1e3d27fdefe257a9bb31d2cc7ea
tree6a2022dda9aed1bd66d7e38f6df339ace5db1ce5
parent5aca97e2471f0a64c93789a912d4284726bea47b
samplefmt: remove deprecated use of av_get_bits_per_sample_fmt()

Use av_get_bytes_per_sample() instead.

Fix deprecation warning:
samplefmt.c: In function ‘av_samples_fill_arrays’:
samplefmt.c:88: warning: ‘av_get_bits_per_sample_fmt’ is deprecated (declared at samplefmt.c:76)
libavutil/samplefmt.c