Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
8fbceb81
Commit
8fbceb81
authored
Feb 16, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a doxygen comment
parent
8444ce12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/demux/mkv.cpp
modules/demux/mkv.cpp
+4
-4
No files found.
modules/demux/mkv.cpp
View file @
8fbceb81
...
...
@@ -281,19 +281,19 @@ typedef struct {
}
ATTRIBUTE_PACKED
hl_gi_t
;
/**
* Button Color Information Table
/**
* Button Color Information Table
* Each entry beeing a 32bit word that contains the color indexs and alpha
* values to use. They are all represented by 4 bit number and stored
* like this [Ci3, Ci2, Ci1, Ci0, A3, A2, A1, A0]. The actual palette
* that the indexes reference is in the PGC.
*
@TODO
split the uint32_t into a struct
*
\todo
split the uint32_t into a struct
*/
typedef
struct
{
uint32_t
btn_coli
[
3
][
2
];
/**< [button color number-1][select:0/action:1] */
}
ATTRIBUTE_PACKED
btn_colit_t
;
/**
/**
* Button Information
*
* NOTE: I've had to change the structure from the disk layout to get
...
...
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