[vlc-devel] commit: Fixed dxva2 patch for latest ffmpeg. (Laurent Aimar )
git version control
git at videolan.org
Tue Dec 8 22:01:06 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Dec 8 21:58:08 2009 +0100| [f9475d6b840093ed7dfffc3d6e36bc0ae0ee1751] | committer: Laurent Aimar
Fixed dxva2 patch for latest ffmpeg.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f9475d6b840093ed7dfffc3d6e36bc0ae0ee1751
---
extras/contrib/src/Patches/ffmpeg-dxva2.patch | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/extras/contrib/src/Patches/ffmpeg-dxva2.patch b/extras/contrib/src/Patches/ffmpeg-dxva2.patch
index c9b6896..2e27d1e 100644
--- a/extras/contrib/src/Patches/ffmpeg-dxva2.patch
+++ b/extras/contrib/src/Patches/ffmpeg-dxva2.patch
@@ -660,22 +660,6 @@ Index: libavcodec/allcodecs.c
/* video codecs */
REGISTER_DECODER (AASC, aasc);
-Index: libavcodec/imgconvert.c
-===================================================================
---- libavcodec/imgconvert.c (revision 20532)
-+++ libavcodec/imgconvert.c (working copy)
-@@ -527,6 +527,11 @@
- .is_hwaccel = 1,
- .x_chroma_shift = 1, .y_chroma_shift = 1,
- },
-+ [PIX_FMT_DXVA2_VLD] = {
-+ .name = "dxva2_vld",
-+ .is_hwaccel = 1,
-+ .x_chroma_shift = 1, .y_chroma_shift = 1,
-+ },
- };
-
- void avcodec_get_chroma_sub_sample(enum PixelFormat pix_fmt, int *h_shift, int *v_shift)
Index: libavcodec/dxva2.h
===================================================================
--- libavcodec/dxva2.h (revision 0)
More information about the vlc-devel
mailing list