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
b4bd2199
Commit
b4bd2199
authored
Aug 04, 2003
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a error message that the default values are used.
parent
a875b83c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/demux/mpeg/ts.c
modules/demux/mpeg/ts.c
+3
-1
No files found.
modules/demux/mpeg/ts.c
View file @
b4bd2199
...
...
@@ -2,7 +2,7 @@
* mpeg_ts.c : Transport Stream input module for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: ts.c,v 1.3
1 2003/08/01 18:49:51 fenrir
Exp $
* $Id: ts.c,v 1.3
2 2003/08/04 12:40:22 jpsaman
Exp $
*
* Authors: Henri Fallon <henri@via.ecp.fr>
* Johan Bilien <jobi@via.ecp.fr>
...
...
@@ -141,6 +141,8 @@ static int Activate( vlc_object_t * p_this )
if
(
p_input
->
i_mtu
==
0
)
{
/* Improve speed. */
msg_Err
(
p_input
,
"using default mtu (%d) with bufsize (%d)
\n
"
,
p_input
->
i_mtu
,
INPUT_DEFAULT_BUFSIZE
);
p_input
->
i_bufsize
=
INPUT_DEFAULT_BUFSIZE
;
}
...
...
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