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-06 22:23:56 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-01-06 22:25:38 +0400
commitc47b65879029c56de80449f4da0eaea28394d709 (patch)
treed2fd9a66c78c313239879dfd55e20dcb003f2f0a /developer_info/LAVVideoSettings.h
parentd69388a570336f418c5fb8c6fda5613137477573 (diff)
Update LAVVideoSettings.h in developer_info
Diffstat (limited to 'developer_info/LAVVideoSettings.h')
-rw-r--r--developer_info/LAVVideoSettings.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/developer_info/LAVVideoSettings.h b/developer_info/LAVVideoSettings.h
index 05ed033e..6b3fb2cd 100644
--- a/developer_info/LAVVideoSettings.h
+++ b/developer_info/LAVVideoSettings.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Hendrik Leppkes
+ * Copyright (C) 2010-2012 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
@@ -62,6 +62,7 @@ typedef enum LAVVideoCodec {
Codec_MSRLE,
Codec_ProRes,
Codec_UtVideo,
+ Codec_Dirac,
Codec_NB // Number of entrys (do not use when dynamically linking)
};
@@ -78,7 +79,8 @@ typedef enum LAVVideoHWCodec {
// Type of hardware accelerations
typedef enum LAVHWAccel {
HWAccel_None,
- HWAccel_CUDA
+ HWAccel_CUDA,
+ HWAccel_QuickSync
};
// Deinterlace algorithms offered by the hardware decoders