Commit c4298555 authored by bcoudurier's avatar bcoudurier

cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14018 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 92299fbb
...@@ -44,7 +44,7 @@ static const AVCodecTag codec_aiff_tags[] = { ...@@ -44,7 +44,7 @@ static const AVCodecTag codec_aiff_tags[] = {
#define AIFF 0 #define AIFF 0
#define AIFF_C_VERSION1 0xA2805140 #define AIFF_C_VERSION1 0xA2805140
static int aiff_codec_get_id (int bps) static int aiff_codec_get_id(int bps)
{ {
if (bps <= 8) if (bps <= 8)
return CODEC_ID_PCM_S8; return CODEC_ID_PCM_S8;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment