Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
349164dd
Commit
349164dd
authored
Jun 17, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling of "readable"
parent
beeea72f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
include/vlc_es.h
include/vlc_es.h
+2
-2
modules/access/rtsp/real_rmff.h
modules/access/rtsp/real_rmff.h
+1
-1
modules/demux/playlist/sgimb.c
modules/demux/playlist/sgimb.c
+1
-1
No files found.
include/vlc_es.h
View file @
349164dd
...
...
@@ -400,8 +400,8 @@ struct es_format_t
when no other stream
>=0: priority */
char
*
psz_language
;
/**< human
readi
ble language name */
char
*
psz_description
;
/**< human
readi
ble description of language */
char
*
psz_language
;
/**< human
-reada
ble language name */
char
*
psz_description
;
/**< human
-reada
ble description of language */
unsigned
i_extra_languages
;
/**< length in bytes of extra language data pointer */
extra_languages_t
*
p_extra_languages
;
/**< extra language data needed by some decoders */
...
...
modules/access/rtsp/real_rmff.h
View file @
349164dd
...
...
@@ -223,7 +223,7 @@ void rmff_scan_pheader(rmff_pheader_t *h, char *data);
rmff_header_t
*
rmff_scan_header_stream
(
int
fd
);
/*
* prints header information in human
readi
ble form to stdout
* prints header information in human
-reada
ble form to stdout
*/
void
rmff_print_header
(
rmff_header_t
*
h
);
...
...
modules/demux/playlist/sgimb.c
View file @
349164dd
...
...
@@ -83,7 +83,7 @@
* DeliveryService=cds
* Simulcasted (scheduled unicast) content. (Green dot in Kasenna web interface)
* sgiShowingName=A nice name that everyone likes
* A human
readi
ble descriptive title for this stream.
* A human
-reada
ble descriptive title for this stream.
* sgiSid=2311
* Looks like this is the ID of the scheduled asset?
* sgiUserAccount=pid=1724&time=1078527309&displayText=You%20are%20logged%20as%20guest&
...
...
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