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
c52282fe
Commit
c52282fe
authored
Aug 19, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
evcode.h: Added some missing defines.
parent
fe678927
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
evcode.h
include/evcode.h
+40
-0
No files found.
include/evcode.h
View file @
c52282fe
...
...
@@ -35,6 +35,7 @@
#define EC_QUALITY_CHANGE 0x0B
#define EC_SHUTTING_DOWN 0x0C
#define EC_CLOCK_CHANGED 0x0D
#define EC_PAUSED 0x0E
#define EC_OPENING_FILE 0x10
#define EC_BUFFERING_DATA 0x11
#define EC_FULLSCREEN_LOST 0x12
...
...
@@ -50,5 +51,44 @@
#define EC_END_OF_SEGMENT 0x1C
#define EC_SEGMENT_STARTED 0x1D
#define EC_LENGTH_CHANGED 0x1E
#define EC_DEVICE_LOST 0x1F
#define EC_SAMPLE_NEEDED 0x20
#define EC_PROCESSING_LATENCY 0x21
#define EC_SAMPLE_LATENCY 0x22
#define EC_SCRUB_TIME 0x23
#define EC_STEP_COMPLETE 0x24
#define EC_NEW_PIN 0x20
#define EC_RENDER_FINISHED 0x21
#define EC_TIMECODE_AVAILABLE 0x30
#define EC_EXTDEVICE_MODE_CHANGE 0x31
#define EC_STATE_CHANGE 0x32
#define EC_PLEASE_REOPEN 0x40
#define EC_STATUS 0x41
#define EC_MARKER_HIT 0x42
#define EC_LOADSTATUS 0x43
#define EC_FILE_CLOSED 0x44
#define EC_ERRORABORTEX 0x45
#define EC_EOS_SOON 0x46
#define EC_CONTENTPROPERTY_CHANGED 0x47
#define EC_BANDWIDTHCHANGE 0x48
#define EC_VIDEOFRAMEREADY 0x49
#define EC_GRAPH_CHANGED 0x50
#define EC_CLOCK_UNSET 0x51
#define EC_VMR_RENDERDEVICE_SET 0x53
#define EC_VMR_SURFACE_FLIPPED 0x54
#define EC_VMR_RECONNECTION_FAILED 0x55
#define EC_PREPROCESS_COMPLETE 0x56
#define EC_CODECAPI_EVENT 0x57
#define EC_BUILT 0x300
#define EC_UNBUILT 0x301
#define EC_WMT_EVENT_BASE 0x0251
#define EC_WMT_INDEX_EVENT EC_WMT_EVENT_BASE
#define EC_WMT_EVENT EC_WMT_EVENT_BASE+1
#endif
/* __WINE_EVCODE_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