Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
c1aa70f3
Commit
c1aa70f3
authored
Aug 08, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* codecs.h: a few defines to avoid redefinitions.
parent
b9c45950
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
include/codecs.h
include/codecs.h
+9
-0
No files found.
include/codecs.h
View file @
c1aa70f3
...
...
@@ -120,6 +120,8 @@ typedef struct {
}
BITMAPINFO
,
*
LPBITMAPINFO
;
#endif
#ifndef _RECT32_
#define _RECT32_
typedef
struct
#ifdef HAVE_ATTRIBUTE_PACKED
__attribute__
((
__packed__
))
...
...
@@ -127,9 +129,15 @@ typedef struct
{
int
left
,
top
,
right
,
bottom
;
}
RECT32
;
#endif
#ifndef _REFERENCE_TIME_
#define _REFERENCE_TIME_
typedef
int64_t
REFERENCE_TIME
;
#endif
#ifndef _VIDEOINFOHEADER_
#define _VIDEOINFOHEADER_
typedef
struct
#ifdef HAVE_ATTRIBUTE_PACKED
__attribute__
((
__packed__
))
...
...
@@ -143,6 +151,7 @@ typedef struct
BITMAPINFOHEADER
bmiHeader
;
//int reserved[3];
}
VIDEOINFOHEADER
;
#endif
/* WAVE format wFormatTag IDs */
#define WAVE_FORMAT_UNKNOWN 0x0000
/* Microsoft Corporation */
...
...
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