include/stream_output.h:

  * use #if 0 and not // to disable code
parent fe77b651
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* stream_output.h : stream output module * stream_output.h : stream output module
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: stream_output.h,v 1.12 2003/08/09 14:59:24 gbazin Exp $ * $Id: stream_output.h,v 1.13 2003/08/14 17:50:43 sigmunau 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>
...@@ -187,9 +187,11 @@ struct sout_mux_t ...@@ -187,9 +187,11 @@ struct sout_mux_t
/* mux private */ /* mux private */
sout_mux_sys_t *p_sys; sout_mux_sys_t *p_sys;
// /* creater private */ #if 0
// void *p_sys_owner; /* creater private */
void *p_sys_owner;
#endif
/* XXX private to stream_output.c */ /* XXX private to stream_output.c */
/* if muxer doesn't support adding stream at any time then we first wait /* if muxer doesn't support adding stream at any time then we first wait
* for stream then we refuse all stream and start muxing */ * for stream then we refuse all stream and start muxing */
......
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