Commit 4649fa90 authored by Baptiste Coudurier's avatar Baptiste Coudurier

fix mace duration

Originally committed as revision 12209 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 852859ff
......@@ -130,6 +130,10 @@ static unsigned int get_aiff_header(ByteIOContext *pb, AVCodecContext *codec,
codec->block_align = 34*codec->channels;
codec->frame_size = 64;
break;
case CODEC_ID_MACE3:
case CODEC_ID_MACE6:
codec->frame_size = 6;
break;
default:
break;
}
......
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