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
a8c4fd4a
Commit
a8c4fd4a
authored
Aug 08, 2007
by
Waldo Bastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo (choma -> chroma)
parent
cd5452ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/va.h
src/va.h
+7
-2
No files found.
src/va.h
View file @
a8c4fd4a
...
...
@@ -580,6 +580,11 @@ typedef struct _VASliceParameterBufferMPEG4
* sent for a single picture. In that case picture parameters will
* apply to all slice data that follow it until a new picture
* parameter buffer is sent.
*
* Notes:
* pic_quantizer_type should be set to the applicable quantizer
* type as defined by QUANTIZER (J.1.19) and either
* PQUANTIZER (7.1.1.8) or PQINDEX (7.1.1.6)
*/
typedef
struct
_VAPictureParameterBufferVC1
{
...
...
@@ -610,8 +615,8 @@ typedef struct _VAPictureParameterBufferVC1
struct
{
unsigned
char
range_mapping_luma_flag
:
1
;
/* ENTRY_POINT_LAYER::RANGE_MAPY_FLAG */
unsigned
char
range_mapping_luma
:
3
;
/* ENTRY_POINT_LAYER::RANGE_MAPY */
unsigned
char
range_mapping_choma_flag
:
1
;
/* ENTRY_POINT_LAYER::RANGE_MAPUV_FLAG */
unsigned
char
range_mapping_choma
:
3
;
/* ENTRY_POINT_LAYER::RANGE_MAPUV */
unsigned
char
range_mapping_ch
r
oma_flag
:
1
;
/* ENTRY_POINT_LAYER::RANGE_MAPUV_FLAG */
unsigned
char
range_mapping_ch
r
oma
:
3
;
/* ENTRY_POINT_LAYER::RANGE_MAPUV */
};
unsigned
char
range_mapping_fields
;
};
...
...
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