git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c11203a
)
* stream_output.c : added a sanity check.
author
Laurent Aimar
<fenrir@videolan.org>
Mon, 24 Feb 2003 23:28:18 +0000
(23:28 +0000)
committer
Laurent Aimar
<fenrir@videolan.org>
Mon, 24 Feb 2003 23:28:18 +0000
(23:28 +0000)
src/stream_output/stream_output.c
patch
|
blob
|
history
diff --git
a/src/stream_output/stream_output.c
b/src/stream_output/stream_output.c
index
f37256d
..
fbe00a5
100644
(file)
--- a/
src/stream_output/stream_output.c
+++ b/
src/stream_output/stream_output.c
@@
-2,7
+2,7
@@
* stream_output.c : stream output module
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* stream_output.c : stream output module
*****************************************************************************
* Copyright (C) 2002 VideoLAN
- * $Id: stream_output.c,v 1.1
4 2003/02/24 12:34:29
fenrir Exp $
+ * $Id: stream_output.c,v 1.1
5 2003/02/24 23:28:18
fenrir Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>
@@
-727,7
+727,7
@@
void sout_BufferChain( sout_buffer_t **pp_chain,
{
*pp_chain = p_buffer;
}
{
*pp_chain = p_buffer;
}
- else
+ else
if( p_buffer != NULL )
{
sout_buffer_t *p = *pp_chain;
{
sout_buffer_t *p = *pp_chain;