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-03-27 18:09:18 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-03-27 18:09:18 +0400
commit218f128d0afba9239f55b2461a58f3ac23e931f7 (patch)
treed4d2ef2351351c4bdeb9e687f6d0dee72ba29938
parent100ddf360bc774738655964b68c3865453eda931 (diff)
Update QS Decoder header0.50
-rw-r--r--decoder/LAVVideo/decoders/quicksync/IQuickSyncDecoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/LAVVideo/decoders/quicksync/IQuickSyncDecoder.h b/decoder/LAVVideo/decoders/quicksync/IQuickSyncDecoder.h
index 099f7ada..4f44eebd 100644
--- a/decoder/LAVVideo/decoders/quicksync/IQuickSyncDecoder.h
+++ b/decoder/LAVVideo/decoders/quicksync/IQuickSyncDecoder.h
@@ -29,7 +29,7 @@
#pragma once
#define QS_DEC_DLL_NAME "IntelQuickSyncDecoder.dll"
-#define QS_DEC_VERSION "v0.29 Beta"
+#define QS_DEC_VERSION "v0.30 Beta"
// Forward declarations
struct IDirect3DDeviceManager9;