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
Steve Lhomme
VLC
Commits
8fcc60fd
Commit
8fcc60fd
authored
Dec 14, 2003
by
gbazin
Browse files
* modules/stream_out/duplicate.c: removed unused variable.
parent
97b43ea4
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/stream_out/duplicate.c
View file @
8fcc60fd
...
...
@@ -2,7 +2,7 @@
* duplicate.c
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: duplicate.c,v 1.
6
2003/12/14 17:5
6:25
gbazin Exp $
* $Id: duplicate.c,v 1.
7
2003/12/14 17:5
8:37
gbazin Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -197,7 +197,6 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id,
while
(
p_buffer
)
{
sout_buffer_t
*
p_next
=
p_buffer
->
p_next
;
block_t
*
p_block
;
p_buffer
->
p_next
=
NULL
;
...
...
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