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-10 16:52:36 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-03-10 16:52:36 +0400
commit15db26bd78df10e014b1d8966ab6dc3b6cdabf8f (patch)
tree48947c81bcb8fec40d2a3126005bd696f94e62bb
parentbcbb9ced61fafd760a6036df20079e8a574bf15b (diff)
Update QuickSync header0.49
-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 cee1ea79..099f7ada 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.28 Beta"
+#define QS_DEC_VERSION "v0.29 Beta"
// Forward declarations
struct IDirect3DDeviceManager9;