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
9d2b7e0e
Commit
9d2b7e0e
authored
Oct 15, 2008
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused i_matrix_coefficients picture_t field.
parent
816d3cc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
include/vlc_vout.h
include/vlc_vout.h
+0
-1
src/video_output/vout_pictures.c
src/video_output/vout_pictures.c
+0
-2
No files found.
include/vlc_vout.h
View file @
9d2b7e0e
...
...
@@ -81,7 +81,6 @@ struct picture_t
int
i_status
;
/**< picture flags */
int
i_type
;
/**< is picture a direct buffer ? */
bool
b_slow
;
/**< is picture in slow memory ? */
int
i_matrix_coefficients
;
/**< in YUV type, encoding type */
/**@}*/
/** \name Picture management properties
...
...
src/video_output/vout_pictures.c
View file @
9d2b7e0e
...
...
@@ -178,8 +178,6 @@ picture_t *vout_CreatePicture( vout_thread_t *p_vout,
p_freepic
->
i_nb_fields
=
i_nb_fields
;
p_freepic
->
b_top_field_first
=
b_top_field_first
;
p_freepic
->
i_matrix_coefficients
=
1
;
p_vout
->
i_heap_size
++
;
}
else
...
...
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