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-02-04 15:41:04 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-02-04 15:41:04 +0400
commita3ccdc21a277eb7d3a14fbadf30c1ecc7ba129fc (patch)
tree0d4aa89def253acdb5c2232f027af24cd4659082 /developer_info/LAVVideoSettings.h
parent52638582c653ec6c99198c497ea6db2fd625cc21 (diff)
Update developer_info interfaces
Diffstat (limited to 'developer_info/LAVVideoSettings.h')
-rw-r--r--developer_info/LAVVideoSettings.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/developer_info/LAVVideoSettings.h b/developer_info/LAVVideoSettings.h
index 0b8aaa08..c43d4485 100644
--- a/developer_info/LAVVideoSettings.h
+++ b/developer_info/LAVVideoSettings.h
@@ -68,6 +68,10 @@ typedef enum LAVVideoCodec {
Codec_8BPS,
Codec_LOCO,
Codec_ZMBV,
+ Codec_VCR1,
+ Codec_Snow,
+ Codec_FFV1,
+ Codec_v210,
Codec_NB // Number of entrys (do not use when dynamically linking)
};
@@ -139,6 +143,9 @@ typedef enum LAVOutPixFmts {
LAVOutPixFmt_v210, // 4:2:2, 10bit, packed
LAVOutPixFmt_v410, // 4:4:4, 10bit, packed
+ LAVOutPixFmt_YV16, // 4:2:2, 8-bit, planar
+ LAVOutPixFmt_YV24, // 4:4:4, 8-bit, planar
+
LAVOutPixFmt_NB // Number of formats
} LAVOutPixFmts;