]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/description.c
* all: added a INI file parser in skins2. For instance if the file
[vlc] / modules / stream_out / description.c
index be24447c20ac917cf9beefa0aa09f69a7aaa356d..df6ec2f0bb420fcb40b736722db8b67dff6c486c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * description.c: description stream output module (gathers ES info)
  *****************************************************************************
- * Copyright (C) 2003-2004 VideoLAN
+ * Copyright (C) 2003-2004 the VideoLAN team
  * $Id$
  *
  * Authors: Gildas Bazin <gbazin@videolan.org>
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
@@ -126,7 +126,7 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id,
 
     block_ChainRelease( p_buffer );
 
-    if( p_sys->i_stream_start + 1500000 > mdate() )
+    if( p_sys->i_stream_start + 1500000 < mdate() )
     {
         p_sys->p_input->b_eof = VLC_TRUE;
     }