mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add FTR audio decoder and parser
This commit is contained in:
parent
2f9fa7e3e9
commit
a166b8a19b
11 changed files with 333 additions and 1 deletions
|
|
@ -639,6 +639,7 @@ static int get_audio_frame_duration(enum AVCodecID id, int sr, int ch, int ba,
|
|||
case AV_CODEC_ID_MP2:
|
||||
case AV_CODEC_ID_MUSEPACK7: return 1152;
|
||||
case AV_CODEC_ID_AC3: return 1536;
|
||||
case AV_CODEC_ID_FTR: return 1024;
|
||||
}
|
||||
|
||||
if (sr > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue