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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/LAVAudio/Media.cpp')
-rw-r--r--decoder/LAVAudio/Media.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/decoder/LAVAudio/Media.cpp b/decoder/LAVAudio/Media.cpp
index d98ad548..960b7d0e 100644
--- a/decoder/LAVAudio/Media.cpp
+++ b/decoder/LAVAudio/Media.cpp
@@ -251,6 +251,8 @@ static const struct s_ffmpeg_codec_overrides {
{ CODEC_ID_MP1, "mp1float" },
{ CODEC_ID_MP2, "mp2float" },
{ CODEC_ID_MP3, "mp3float" },
+ { CODEC_ID_AMR_NB, "libopencore_amrnb" },
+ { CODEC_ID_AMR_WB, "libopencore_amrwb" },
};
const char *find_codec_override(CodecID codec)