]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
decoder: add input_DecoderFlush()
[vlc] / include / vlc_input.h
index c18bea6710908a66eab6148840f727ebd878dec7..a6ea43296f7a6ab4f1e410063e6477f2ac1ee3f9 100644 (file)
@@ -617,6 +617,7 @@ static inline int input_ModifyPcrSystem( input_thread_t *p_input, bool b_absolut
 VLC_API decoder_t * input_DecoderCreate( vlc_object_t *, const es_format_t *, input_resource_t * ) VLC_USED;
 VLC_API void input_DecoderDelete( decoder_t * );
 VLC_API void input_DecoderDecode( decoder_t *, block_t *, bool b_do_pace );
+VLC_API void input_DecoderFlush( decoder_t * );
 
 /**
  * This function creates a sane filename path.