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/LAVVideo/Media.cpp')
-rw-r--r--decoder/LAVVideo/Media.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/LAVVideo/Media.cpp b/decoder/LAVVideo/Media.cpp
index 164b9fd3..9aac539d 100644
--- a/decoder/LAVVideo/Media.cpp
+++ b/decoder/LAVVideo/Media.cpp
@@ -554,6 +554,7 @@ static codec_config_t m_codec_config[] = {
{ 1, { AV_CODEC_ID_SNOW }}, // Codec_Snow
{ 1, { AV_CODEC_ID_FFV1 }}, // Codec_FFV1
{ 2, { AV_CODEC_ID_V210, AV_CODEC_ID_V410 }, "v210/v410", "v210/v410 uncompressed"}, // Codec_v210
+ { 1, { AV_CODEC_ID_JPEG2000 }}, // Codec_JPEG2000
{ 1, { AV_CODEC_ID_VMNC }}, // Codec_VMNC
};