Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-08-30 18:14:46 +0300
committerPaul B Mahol <onemda@gmail.com>2022-09-24 15:03:59 +0300
commita166b8a19bb34afc2c6727f20f551fce9a53d6fe (patch)
tree98ba651f57251a0f07d9d02d881f15bad47d954f /libavcodec/utils.c
parent2f9fa7e3e9e85c736e6ba87192ec8f32bdf069a7 (diff)
avcodec: add FTR audio decoder and parser
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index ba64aaf32d..18c7a1be14 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -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) {