[vlc-devel] commit: Cosmetic (record.c) (Laurent Aimar )

git version control git at videolan.org
Wed Aug 27 12:09:49 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Aug 27 11:43:24 2008 +0200| [fd5b9aced405ec8674ed0e4610b049fccb19ce0e] | committer: Laurent Aimar 

Cosmetic (record.c)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd5b9aced405ec8674ed0e4610b049fccb19ce0e
---

 modules/stream_out/record.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c
index 0f38fd8..0ede96a 100644
--- a/modules/stream_out/record.c
+++ b/modules/stream_out/record.c
@@ -528,7 +528,7 @@ static void OutputSend( sout_stream_t *p_stream, sout_stream_id_t *id, block_t *
                 id->b_wait_start = false;
             }
 
-            if( ( p_block->i_flags & (BLOCK_FLAG_TYPE_I|BLOCK_FLAG_TYPE_P|BLOCK_FLAG_TYPE_B|BLOCK_FLAG_TYPE_PB) ) == 0 )
+            if( ( p_block->i_flags & BLOCK_FLAG_TYPE_MASK ) == 0 )
                 id->b_wait_key = false;
         }
         if( id->b_wait_start )




More information about the vlc-devel mailing list