Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
5823e6e1
Commit
5823e6e1
authored
Jun 03, 2002
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ALL : ES will be selected only once (thx sam ).
parent
1f8b21a7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
plugins/avi/avi.c
plugins/avi/avi.c
+2
-2
plugins/mpeg_system/mpeg_audio.c
plugins/mpeg_system/mpeg_audio.c
+3
-3
No files found.
plugins/avi/avi.c
View file @
5823e6e1
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* avi.c : AVI file Stream input module for vlc
* avi.c : AVI file Stream input module for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
* $Id: avi.c,v 1.20
2002/05/25 16:23:07
fenrir Exp $
* $Id: avi.c,v 1.20
.2.1 2002/06/03 16:33:51
fenrir Exp $
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
@@ -538,7 +538,7 @@ static int AVIInit( input_thread_t *p_input )
...
@@ -538,7 +538,7 @@ static int AVIInit( input_thread_t *p_input )
return
(
-
1
);
return
(
-
1
);
}
}
p_input
->
stream
.
p_selected_program
=
p_input
->
stream
.
pp_programs
[
0
];
p_input
->
stream
.
p_selected_program
=
p_input
->
stream
.
pp_programs
[
0
];
p_input
->
stream
.
p_new_program
=
p_input
->
stream
.
pp_programs
[
0
]
;
/* p_input->stream.p_new_program = p_input->stream.pp_programs[0] ; */
p_input
->
stream
.
i_mux_rate
=
p_avi_demux
->
avih
.
i_maxbytespersec
/
50
;
p_input
->
stream
.
i_mux_rate
=
p_avi_demux
->
avih
.
i_maxbytespersec
/
50
;
vlc_mutex_unlock
(
&
p_input
->
stream
.
stream_lock
);
vlc_mutex_unlock
(
&
p_input
->
stream
.
stream_lock
);
...
...
plugins/mpeg_system/mpeg_audio.c
View file @
5823e6e1
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* mpeg_audio.c : mpeg_audio Stream input module for vlc
* mpeg_audio.c : mpeg_audio Stream input module for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
* $Id: mpeg_audio.c,v 1.8
2002/05/18 17:47:47 sam
Exp $
* $Id: mpeg_audio.c,v 1.8
.2.1 2002/06/03 16:33:51 fenrir
Exp $
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
@@ -448,8 +448,8 @@ static int MPEGAudioInit( input_thread_t * p_input )
...
@@ -448,8 +448,8 @@ static int MPEGAudioInit( input_thread_t * p_input )
return
(
-
1
);
return
(
-
1
);
}
}
p_input
->
stream
.
pp_programs
[
0
]
->
b_is_ok
=
0
;
p_input
->
stream
.
pp_programs
[
0
]
->
b_is_ok
=
0
;
p_input
->
stream
.
p_selected_program
=
p_input
->
stream
.
p_selected_program
=
p_input
->
stream
.
pp_programs
[
0
];
p_input
->
stream
.
p_new_program
=
p_input
->
stream
.
pp_programs
[
0
];
/* p_input->stream.p_new_program p_input->stream.pp_programs[0]; */
/* create our ES */
/* create our ES */
p_es
=
input_AddES
(
p_input
,
p_es
=
input_AddES
(
p_input
,
...
...
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