mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
cosmetics
Originally committed as revision 14018 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c7adbedb08
commit
6f557c6a36
@ -44,7 +44,7 @@ static const AVCodecTag codec_aiff_tags[] = {
|
||||
#define AIFF 0
|
||||
#define AIFF_C_VERSION1 0xA2805140
|
||||
|
||||
static int aiff_codec_get_id (int bps)
|
||||
static int aiff_codec_get_id(int bps)
|
||||
{
|
||||
if (bps <= 8)
|
||||
return CODEC_ID_PCM_S8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user