git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf95b3
)
Cosmetic (record.c)
author
Laurent Aimar
<fenrir@videolan.org>
Wed, 27 Aug 2008 09:43:24 +0000
(11:43 +0200)
committer
Laurent Aimar
<fenrir@videolan.org>
Wed, 27 Aug 2008 10:12:42 +0000
(12:12 +0200)
modules/stream_out/record.c
patch
|
blob
|
history
diff --git
a/modules/stream_out/record.c
b/modules/stream_out/record.c
index
0f38fd8
..
0ede96a
100644
(file)
--- 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 )