mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 18:21:14 +08:00
Drop deprecated SAMPLE_FMT_S24.
Originally committed as revision 15264 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user