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
path: root/common
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2017-04-28 12:59:17 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2017-04-28 12:59:17 +0300
commitbbe2a9549a3b3f1c911b5b7ad9d237c378080083 (patch)
tree0fcb7fe1d8838dbd3e15dc07bfb13f2aab311ef9 /common
parent90a953b933e38e3e087b2a96f1818f40f45f9057 (diff)
Add AVdh mediatype for DNxHR streams
Diffstat (limited to 'common')
-rw-r--r--common/includes/moreuuids.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/includes/moreuuids.h b/common/includes/moreuuids.h
index bd648541..d59f0808 100644
--- a/common/includes/moreuuids.h
+++ b/common/includes/moreuuids.h
@@ -1300,6 +1300,11 @@ DEFINE_GUID(MEDIASUBTYPE_MAGY,
DEFINE_GUID(MEDIASUBTYPE_AVdn,
0x6E645641, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71);
+// DNxHR
+// {68645641-0000-0010-8000-00AA00389B71}
+DEFINE_GUID(MEDIASUBTYPE_AVdh,
+ 0x68645641, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71);
+
// JPEG2000
// {32706A6D-0000-0010-8000-00AA00389B71}
DEFINE_GUID(MEDIASUBTYPE_mjp2,