Commit 75292afe authored by Laurent Aimar's avatar Laurent Aimar

* stream_output.c : added a sanity check.

parent c11203a2
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* stream_output.c : stream output module * stream_output.c : stream output module
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: stream_output.c,v 1.14 2003/02/24 12:34:29 fenrir Exp $ * $Id: stream_output.c,v 1.15 2003/02/24 23:28:18 fenrir Exp $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
...@@ -727,7 +727,7 @@ void sout_BufferChain( sout_buffer_t **pp_chain, ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment