Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
0c11d4b3
Commit
0c11d4b3
authored
May 08, 2003
by
Laurent Aimar
Browse files
* v4l: clean up.
parent
aaa608bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/v4l/v4l.c
View file @
0c11d4b3
...
...
@@ -2,7 +2,7 @@
* v4l.c : Video4Linux input module for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: v4l.c,v 1.1
4
2003/05/08 19:2
1:3
9 fenrir Exp $
* $Id: v4l.c,v 1.1
5
2003/05/08 19:2
6:5
9 fenrir Exp $
*
* Author: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -1262,13 +1262,7 @@ static int Demux( input_thread_t *p_input )
{
msg_Err
(
p_input
,
"cannot find ES"
);
}
#if 0
if( p_es == NULL || p_es->p_decoder_fifo == NULL )
{
msg_Err( p_input, "cannot find decoder" );
return 1;
}
#endif
p_pes
=
input_NewPES
(
p_input
->
p_method_data
);
if
(
p_pes
==
NULL
)
{
...
...
Write
Preview
Supports
Markdown
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