Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
c25b4e35
Commit
c25b4e35
authored
Dec 02, 2011
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VAAPI-X11: remove unused member from picture_sys_t
parent
1701048c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
modules/codec/avcodec/vaapi.h
modules/codec/avcodec/vaapi.h
+0
-3
modules/codec/avcodec/vaapi_x11.c
modules/codec/avcodec/vaapi_x11.c
+0
-1
No files found.
modules/codec/avcodec/vaapi.h
View file @
c25b4e35
...
...
@@ -87,9 +87,6 @@ typedef struct
/* picture_sys_t */
struct
picture_sys_t
{
/* */
vlc_object_t
*
obj
;
/* Link surface with picture_sys_t permanently */
VASurfaceID
i_id
;
int
i_refcount
;
...
...
modules/codec/avcodec/vaapi_x11.c
View file @
c25b4e35
...
...
@@ -1374,7 +1374,6 @@ static picture_pool_t *Pool (vout_display_t *vd, unsigned requested_count)
pic_sys
->
i_id
=
VA_INVALID_SURFACE
;
pic_sys
->
i_refcount
=
0
;
pic_sys
->
i_cache
=
0
;
pic_sys
->
obj
=
VLC_OBJECT
(
vd
);
pic_array
[
count
]
=
pic
;
pic_array
[
count
]
->
b_progressive
=
true
;
...
...
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