]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/description.c
mkv.cpp: better handling of quitting an ordered edition, add support for the LinkCN...
[vlc] / modules / stream_out / description.c
index be24447c20ac917cf9beefa0aa09f69a7aaa356d..e725be6750f9f89e9bedf7e9cdcfb3754cfc2fcf 100644 (file)
@@ -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;
     }