git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Privatize vlc_object_t.i_object_type
[vlc.git]
/
src
/
input
/
decoder.c
diff --git
a/src/input/decoder.c
b/src/input/decoder.c
index
a4d6f7d
..
8104e85
100644
(file)
--- a/
src/input/decoder.c
+++ b/
src/input/decoder.c
@@
-1940,7
+1940,7
@@
static void DecoderProcess( decoder_t *p_dec, block_t *p_block )
}
#ifdef ENABLE_SOUT
- if(
p_dec
->i_object_type == VLC_OBJECT_PACKETIZER )
+ if(
vlc_internals( p_dec )
->i_object_type == VLC_OBJECT_PACKETIZER )
{
if( p_block )
p_block->i_flags &= ~BLOCK_FLAG_CORE_PRIVATE_MASK;