[vlc-commits] dxva2: remove useless stub

Rafaël Carré git at videolan.org
Mon Feb 6 07:08:24 CET 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Feb  5 16:48:20 2012 -0500| [a9060f358fd6e1b44d74b42c50e515a04ea6749b] | committer: Rafaël Carré

dxva2: remove useless stub

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

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

diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c
index e1c5337..2992961 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -1070,11 +1070,4 @@ static void DxDestroyVideoConversion(vlc_va_dxva2_t *va)
 {
     CopyCleanCache(&va->surface_cache);
 }
-#else
-vlc_va_t *vlc_va_NewDxva2(vlc_object_t *log, int codec_id)
-{
-    (void)log;
-    (void)codec_id;
-    return NULL;
-}
 #endif



More information about the vlc-commits mailing list