mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
EVRC decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c74d4658dc
commit
098d3891be
8 changed files with 2425 additions and 1 deletions
|
|
@ -2339,6 +2339,7 @@ int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes)
|
|||
case AV_CODEC_ID_ADPCM_IMA_QT: return 64;
|
||||
case AV_CODEC_ID_ADPCM_EA_XAS: return 128;
|
||||
case AV_CODEC_ID_AMR_NB:
|
||||
case AV_CODEC_ID_EVRC:
|
||||
case AV_CODEC_ID_GSM:
|
||||
case AV_CODEC_ID_QCELP:
|
||||
case AV_CODEC_ID_RA_288: return 160;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue