[vlc-commits] dxva2: remove useless stub

Rafaël Carré git at videolan.org
Mon Feb 27 19:20:48 CET 2012


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

dxva2: remove useless stub
(cherry picked from commit a9060f358fd6e1b44d74b42c50e515a04ea6749b)

Signed-off-by: Rafaël Carré <funman at videolan.org>

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

 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 09fc771..82c5263 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -1083,11 +1083,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