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
26c76ba9
Commit
26c76ba9
authored
Jan 30, 2016
by
Sebastian Ramacher
Committed by
Jean-Baptiste Kempf
Jan 30, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling of "supported"
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
ad6c3b6a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/access/dcp/dcpparser.cpp
modules/access/dcp/dcpparser.cpp
+1
-1
modules/demux/real.c
modules/demux/real.c
+1
-1
No files found.
modules/access/dcp/dcpparser.cpp
View file @
26c76ba9
...
...
@@ -183,7 +183,7 @@ int Chunk::Parse( xml_reader_t *p_xmlReader, string p_node, int p_type){
return
-
1
;
}
if
(
this
->
i_vol_index
!=
1
)
{
msg_Err
(
this
->
p_demux
,
"Only one VOLINDEX suported. Patch welcome."
);
msg_Err
(
this
->
p_demux
,
"Only one VOLINDEX sup
p
orted. Patch welcome."
);
return
-
1
;
}
/* end of chunk tag parse */
...
...
modules/demux/real.c
View file @
26c76ba9
...
...
@@ -186,7 +186,7 @@ static int Open( vlc_object_t *p_this )
/* Real Audio */
if
(
!
memcmp
(
p_peek
,
".ra"
,
3
)
)
{
msg_Err
(
p_demux
,
".ra files unsuported"
);
msg_Err
(
p_demux
,
".ra files unsup
p
orted"
);
b_real_audio
=
true
;
}
/* Real Media Format */
...
...
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