Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
2411cc52
Commit
2411cc52
authored
Jun 07, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* input_ext-intf.h: removed unused functions/defines.
parent
32649492
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
include/input_ext-intf.h
include/input_ext-intf.h
+0
-21
No files found.
include/input_ext-intf.h
View file @
2411cc52
...
...
@@ -80,12 +80,6 @@ struct es_descriptor_t
vlc_bool_t
b_force_decoder
;
};
/* Special PID values - note that the PID is only on 13 bits, and that values
* greater than 0x1fff have no meaning in a stream */
#define PROGRAM_ASSOCIATION_TABLE_PID 0x0000
#define CONDITIONNAL_ACCESS_TABLE_PID 0x0001
/* not used */
#define EMPTY_ID 0xffff
/* empty record in a table */
/*****************************************************************************
* pgrm_descriptor_t
*****************************************************************************
...
...
@@ -355,21 +349,6 @@ struct input_thread_t
/* satellite card */
#define INPUT_METHOD_SLP 0x50
/* SLP stream */
/* Status changing methods */
#define INPUT_STATUS_END 0
#define INPUT_STATUS_PLAY 1
#define INPUT_STATUS_PAUSE 2
#define INPUT_STATUS_FASTER 3
#define INPUT_STATUS_SLOWER 4
/* Seek modes */
#define INPUT_SEEK_SET 0x00
#define INPUT_SEEK_CUR 0x01
#define INPUT_SEEK_END 0x02
#define INPUT_SEEK_BYTES 0x00
#define INPUT_SEEK_SECONDS 0x10
#define INPUT_SEEK_PERCENT 0x20
/*****************************************************************************
* Prototypes
*****************************************************************************/
...
...
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