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
2e11ee15
Commit
2e11ee15
authored
Jul 16, 2004
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* it's information, not informations (you missed some, dj :P)
parent
19540492
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
include/vlc_config.h
include/vlc_config.h
+1
-1
include/vlc_input.h
include/vlc_input.h
+1
-1
include/vlc_meta.h
include/vlc_meta.h
+1
-1
include/vlc_playlist.h
include/vlc_playlist.h
+1
-1
No files found.
include/vlc_config.h
View file @
2e11ee15
...
...
@@ -201,7 +201,7 @@
/* Maximum number of active areas in a rendering buffer. Active areas are areas
* of the picture which need to be cleared before re-using the buffer. If a
* picture, including its many additions such as subtitles, additionnal user
* information
s
and interface, has too many active areas, some of them are
* information and interface, has too many active areas, some of them are
* joined. */
#define VOUT_MAX_AREAS 5
...
...
include/vlc_input.h
View file @
2e11ee15
...
...
@@ -185,7 +185,7 @@ enum input_state_e
#define INPUT_RATE_MIN 125
/* Up to 8/1 */
#define INPUT_RATE_MAX 8000
/* Up to 1/8 */
/* input_source_t: gathers all information
s
per input source */
/* input_source_t: gathers all information per input source */
typedef
struct
{
/* Input item description */
...
...
include/vlc_meta.h
View file @
2e11ee15
...
...
@@ -46,7 +46,7 @@ struct vlc_meta_t
char
**
name
;
char
**
value
;
/* track meta information
s
*/
/* track meta information */
int
i_track
;
vlc_meta_t
**
track
;
};
...
...
include/vlc_playlist.h
View file @
2e11ee15
...
...
@@ -155,7 +155,7 @@ VLC_EXPORT( int, playlist_Enable, ( playlist_t *, int ) );
VLC_EXPORT
(
int
,
playlist_DisableGroup
,
(
playlist_t
*
,
int
)
);
VLC_EXPORT
(
int
,
playlist_EnableGroup
,
(
playlist_t
*
,
int
)
);
/* Basic item information
s
accessors */
/* Basic item information accessors */
VLC_EXPORT
(
int
,
playlist_ItemSetGroup
,
(
playlist_item_t
*
,
int
)
);
VLC_EXPORT
(
int
,
playlist_ItemSetName
,
(
playlist_item_t
*
,
char
*
)
);
VLC_EXPORT
(
int
,
playlist_ItemSetDuration
,
(
playlist_item_t
*
,
mtime_t
)
);
...
...
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