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:
-rw-r--r--developer_info/LAVAudioSettings.h1
-rw-r--r--developer_info/LAVVideoSettings.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/developer_info/LAVAudioSettings.h b/developer_info/LAVAudioSettings.h
index 35b446eb..5a7aeea5 100644
--- a/developer_info/LAVAudioSettings.h
+++ b/developer_info/LAVAudioSettings.h
@@ -55,6 +55,7 @@ typedef enum LAVAudioCodec {
Codec_MSPCM,
Codec_Truespeech,
Codec_TAK,
+ Codec_ATRAC,
Codec_AudioNB // Number of entries (do not use when dynamically linking)
};
diff --git a/developer_info/LAVVideoSettings.h b/developer_info/LAVVideoSettings.h
index a02fe4dd..4401c372 100644
--- a/developer_info/LAVVideoSettings.h
+++ b/developer_info/LAVVideoSettings.h
@@ -85,6 +85,7 @@ typedef enum LAVVideoCodec {
Codec_THP,
Codec_HEVC,
Codec_VP9,
+ Codec_TrueMotion,
Codec_VideoNB // Number of entries (do not use when dynamically linking)
};