Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
f9475d6b
Commit
f9475d6b
authored
Dec 08, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed dxva2 patch for latest ffmpeg.
parent
d968cdc2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
extras/contrib/src/Patches/ffmpeg-dxva2.patch
extras/contrib/src/Patches/ffmpeg-dxva2.patch
+0
-16
No files found.
extras/contrib/src/Patches/ffmpeg-dxva2.patch
View file @
f9475d6b
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment