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:
d813da5
)
Added a debug message on first entry point in VC1 packetizer.
author
Laurent Aimar
<fenrir@videolan.org>
Tue, 28 Apr 2009 20:23:19 +0000
(22:23 +0200)
committer
Laurent Aimar
<fenrir@videolan.org>
Tue, 28 Apr 2009 20:23:19 +0000
(22:23 +0200)
modules/packetizer/vc1.c
patch
|
blob
|
history
diff --git
a/modules/packetizer/vc1.c
b/modules/packetizer/vc1.c
index
f8edd3a
..
3bd126e
100644
(file)
--- a/
modules/packetizer/vc1.c
+++ b/
modules/packetizer/vc1.c
@@
-529,6
+529,9
@@
static block_t *ParseIDU( decoder_t *p_dec, bool *pb_used_ts, block_t *p_frag )
block_Release( p_sys->ep.p_ep );
p_sys->ep.p_ep = block_Duplicate( p_frag );
+ if( !p_sys->b_entry_point )
+ msg_Dbg( p_dec, "found entry point" );
+
p_sys->b_entry_point = true;
BuildExtraData( p_dec );
}