Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva
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
libva
Commits
c38259e0
Commit
c38259e0
authored
Sep 14, 2007
by
Waldo Bastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix sign of some H264 params
parent
42c28c46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/va.h
src/va.h
+3
-3
No files found.
src/va.h
View file @
c38259e0
...
...
@@ -820,9 +820,9 @@ typedef struct _VAPictureParameterBufferH264
};
unsigned
char
num_slice_groups_minus1
;
unsigned
char
slice_group_map_type
;
un
signed
char
pic_init_qp_minus26
;
un
signed
char
chroma_qp_index_offset
;
un
signed
char
second_chroma_qp_index_offset
;
signed
char
pic_init_qp_minus26
;
signed
char
chroma_qp_index_offset
;
signed
char
second_chroma_qp_index_offset
;
union
{
struct
{
unsigned
char
entropy_coding_mode_flag
:
1
;
...
...
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