[vlc-commits] commit: DxVA2: CoTaskMemFree can be used correctly now. ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sun Jun 27 20:24:43 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun 25 01:11:09 2010 +0200| [f94bcf4f4cfe296be4b7c39b25b40b919d9e0a05] | committer: Jean-Baptiste Kempf 

DxVA2: CoTaskMemFree can be used correctly now.
(cherry picked from commit bd2035ebca26cd9b01432b023f39911a1050b606)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=f94bcf4f4cfe296be4b7c39b25b40b919d9e0a05
---

 modules/codec/avcodec/dxva2.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c
index eaa6d60..dc8a2ae 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -58,9 +58,6 @@
 #include <shlwapi.h>
 #include <d3d9.h>
 
-/* FIXME */
-#define CoTaskMemFree(x)
-
 /* */
 #define DXVA2_E_NOT_INITIALIZED     MAKE_HRESULT(1, 4, 4096)
 #define DXVA2_E_NEW_VIDEO_DEVICE    MAKE_HRESULT(1, 4, 4097)



More information about the vlc-commits mailing list