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:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-01-07 13:49:04 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-01-07 13:49:04 +0400
commit9534a27c4e1494274d9ca875639a0380ed5defa0 (patch)
treea2206e9006b72c23e6310b0eecfeef3fcdeaa8fe /developer_info/LAVVideoSettings.h
parent53285f4b47088a54d532abd4de0b92c223a05573 (diff)
Update settings header in developer_info
Diffstat (limited to 'developer_info/LAVVideoSettings.h')
-rw-r--r--developer_info/LAVVideoSettings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/developer_info/LAVVideoSettings.h b/developer_info/LAVVideoSettings.h
index 6b3fb2cd..5ec9dc2f 100644
--- a/developer_info/LAVVideoSettings.h
+++ b/developer_info/LAVVideoSettings.h
@@ -63,6 +63,7 @@ typedef enum LAVVideoCodec {
Codec_ProRes,
Codec_UtVideo,
Codec_Dirac,
+ Codec_DNxHD,
Codec_NB // Number of entrys (do not use when dynamically linking)
};
@@ -129,6 +130,9 @@ typedef enum LAVOutPixFmts {
LAVOutPixFmt_RGB32, // 32-bit RGB (BGRA)
LAVOutPixFmt_RGB24, // 24-bit RGB (BGR)
+ LAVOutPixFmt_v210, // 4:2:2, 10bit, packed
+ LAVOutPixFmt_v410, // 4:4:4, 10bit, packed
+
LAVOutPixFmt_NB // Number of formats
} LAVOutPixFmts;