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 'developer_info/LAVAudioSettings.h')
-rw-r--r--developer_info/LAVAudioSettings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/developer_info/LAVAudioSettings.h b/developer_info/LAVAudioSettings.h
index 66ff22cb..90b0fb3d 100644
--- a/developer_info/LAVAudioSettings.h
+++ b/developer_info/LAVAudioSettings.h
@@ -50,6 +50,11 @@ typedef enum LAVAudioCodec {
Codec_WMALL,
Codec_ALAC,
Codec_Opus,
+ Codec_AMR,
+ Codec_Nellymoser,
+ Codec_MSPCM,
+ Codec_Truespeech,
+ Codec_TAK,
Codec_NB // Number of entrys (do not use when dynamically linking)
};