mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 00:47:44 +00:00
Drop deprecated SAMPLE_FMT_S24.
Originally committed as revision 15264 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d578432db8
commit
23694e27f0
3 changed files with 0 additions and 4 deletions
|
@ -1310,8 +1310,6 @@ int av_get_bits_per_sample_format(enum SampleFormat sample_fmt) {
|
|||
return 8;
|
||||
case SAMPLE_FMT_S16:
|
||||
return 16;
|
||||
case SAMPLE_FMT_S24:
|
||||
return 24;
|
||||
case SAMPLE_FMT_S32:
|
||||
case SAMPLE_FMT_FLT:
|
||||
return 32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue