Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
530a1261
Commit
530a1261
authored
Jul 08, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dvdmedia.h: Added AMINTERLACE_* defines.
parent
4406762d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
dvdmedia.h
include/dvdmedia.h
+14
-0
No files found.
include/dvdmedia.h
View file @
530a1261
...
...
@@ -51,4 +51,18 @@ typedef struct tagMPEG2VIDEOINFO {
DWORD
dwSequenceHeader
[
1
];
}
MPEG2VIDEOINFO
;
#define AMINTERLACE_IsInterlaced 0x0001
#define AMINTERLACE_1FieldPerSample 0x0002
#define AMINTERLACE_Field1First 0x0004
#define AMINTERLACE_UNUSED 0x0008
#define AMINTERLACE_FieldPatField1Only 0x0000
#define AMINTERLACE_FieldPatField2Only 0x0010
#define AMINTERLACE_FieldPatBothRegular 0x0020
#define AMINTERLACE_FieldPatBothIrregular 0x0030
#define AMINTERLACE_FieldPatternMask 0x0030
#define AMINTERLACE_DisplayModeBobOnly 0x0000
#define AMINTERLACE_DisplayModeWeaveOnly 0x0040
#define AMINTERLACE_DisplayModeBobOrWeave 0x0080
#define AMINTERLACE_DisplayModeMask 0x00c0
#endif
/* __DVDMEDIA_H__ */
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