]> git.sesse.net Git - vlc/blobdiff - src/input/decoder.c
Privatize vlc_object_t.i_object_type
[vlc] / src / input / decoder.c
index a4d6f7d52c8e5a20a989cfd56b2fe89050d9d54a..8104e856f860d910d6a951cc6ae30e52051c61fb 100644 (file)
@@ -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;