]> git.sesse.net Git - vlc/blobdiff - modules/demux/mkv/util.hpp
MKV: factorize the es_out_Send() and es_out_Control() calls
[vlc] / modules / demux / mkv / util.hpp
index c181ad23be316f15470605833baf722f9fe6b83f..8c6cc6acfbdf98e0b1807ac604836c1b0ae67d51 100644 (file)
@@ -32,6 +32,7 @@ block_t *block_zlib_decompress( vlc_object_t *p_this, block_t *p_in_block );
 
 block_t *MemToBlock( uint8_t *p_mem, size_t i_mem, size_t offset);
 void handle_real_audio(demux_t * p_demux, mkv_track_t * p_tk, block_t * p_blk, mtime_t i_pts);
+void send_Block( demux_t * p_demux, mkv_track_t * p_tk, block_t * p_block, unsigned int i_number_frames, mtime_t i_duration );
 
 
 struct real_audio_private