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
1b27ba8c
Commit
1b27ba8c
authored
Jan 01, 2016
by
Sebastian Ramacher
Committed by
Jean-Baptiste Kempf
Jan 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling of "response"
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
bab8d966
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/access/mms/mmstu.c
modules/access/mms/mmstu.c
+3
-3
No files found.
modules/access/mms/mmstu.c
View file @
1b27ba8c
...
...
@@ -676,7 +676,7 @@ static int MMSOpen( access_t *p_access, vlc_url_t *p_url, int i_proto )
}
else
if
(
p_sys
->
i_command
!=
0x02
)
{
msg_Warn
(
p_access
,
"received command isn't 0x02 in reponse to 0x02"
);
msg_Warn
(
p_access
,
"received command isn't 0x02 in re
s
ponse to 0x02"
);
}
/* *** send command 5 : media file name/path requested *** */
...
...
@@ -698,7 +698,7 @@ static int MMSOpen( access_t *p_access, vlc_url_t *p_url, int i_proto )
buffer
.
p_data
,
buffer
.
i_data
);
/* *** wait for reponse *** */
/* *** wait for re
s
ponse *** */
mms_CommandRead
(
p_access
,
0x1a
,
0x06
);
/* test if server send 0x1A answer */
...
...
@@ -784,7 +784,7 @@ static int MMSOpen( access_t *p_access, vlc_url_t *p_url, int i_proto )
mms_CommandSend
(
p_access
,
0x15
,
p_sys
->
i_command_level
,
0x00
,
buffer
.
p_data
,
buffer
.
i_data
);
/* *** wait for reponse *** */
/* *** wait for re
s
ponse *** */
/* Commented out because it fails on some stream (no 0x11 answer) */
#if 0
mms_CommandRead( p_access, 0x11, 0 );
...
...
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