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
41c5188d
Commit
41c5188d
authored
Apr 10, 2005
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed three major problems pointed to by Trax
parent
39945009
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
modules/access/mms/mmstu.c
modules/access/mms/mmstu.c
+1
-1
modules/codec/ffmpeg/video.c
modules/codec/ffmpeg/video.c
+1
-1
src/input/input.c
src/input/input.c
+1
-1
No files found.
modules/access/mms/mmstu.c
View file @
41c5188d
...
@@ -856,7 +856,7 @@ static int MMSOpen( access_t *p_access, vlc_url_t *p_url, int i_proto )
...
@@ -856,7 +856,7 @@ static int MMSOpen( access_t *p_access, vlc_url_t *p_url, int i_proto )
var_buffer_free
(
&
buffer
);
var_buffer_free
(
&
buffer
);
msg_Info
(
p_access
,
"connection sucessful"
);
msg_Info
(
p_access
,
"connection suc
c
essful"
);
return
VLC_SUCCESS
;
return
VLC_SUCCESS
;
}
}
...
...
modules/codec/ffmpeg/video.c
View file @
41c5188d
...
@@ -691,7 +691,7 @@ picture_t *E_(DecodeVideo)( decoder_t *p_dec, block_t **pp_block )
...
@@ -691,7 +691,7 @@ picture_t *E_(DecodeVideo)( decoder_t *p_dec, block_t **pp_block )
/*****************************************************************************
/*****************************************************************************
* EndVideo: decoder destruction
* EndVideo: decoder destruction
*****************************************************************************
*****************************************************************************
* This function is called when the thread ends after a sucessful
* This function is called when the thread ends after a suc
c
essful
* initialization.
* initialization.
*****************************************************************************/
*****************************************************************************/
void
E_
(
EndVideoDec
)(
decoder_t
*
p_dec
)
void
E_
(
EndVideoDec
)(
decoder_t
*
p_dec
)
...
...
src/input/input.c
View file @
41c5188d
...
@@ -1001,7 +1001,7 @@ static int Init( input_thread_t * p_input, vlc_bool_t b_quick )
...
@@ -1001,7 +1001,7 @@ static int Init( input_thread_t * p_input, vlc_bool_t b_quick )
if
(
!
b_quick
)
if
(
!
b_quick
)
{
{
msg_Dbg
(
p_input
,
"`%s' sucessfully opened"
,
msg_Dbg
(
p_input
,
"`%s' suc
c
essfully opened"
,
p_input
->
input
.
p_item
->
psz_uri
);
p_input
->
input
.
p_item
->
psz_uri
);
}
}
...
...
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