mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 05:22:10 +00:00
fix mace duration
Originally committed as revision 12209 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
852859ff7c
commit
4649fa9052
@ -130,6 +130,10 @@ static unsigned int get_aiff_header(ByteIOContext *pb, AVCodecContext *codec,
|
|||||||
codec->block_align = 34*codec->channels;
|
codec->block_align = 34*codec->channels;
|
||||||
codec->frame_size = 64;
|
codec->frame_size = 64;
|
||||||
break;
|
break;
|
||||||
|
case CODEC_ID_MACE3:
|
||||||
|
case CODEC_ID_MACE6:
|
||||||
|
codec->frame_size = 6;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user