From 443d766f9506dfcc19de9c8fc224a61a0922f722 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 15 Nov 2003 14:00:35 +0000 Subject: change demux api: - demuxers should not access stream->demux_thread_running - remove deprecated get_video_frame/got_video_frame_cb CVS patchset: 5732 CVS date: 2003/11/15 14:00:35 --- doc/hackersguide/stream.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/hackersguide/stream.sgml b/doc/hackersguide/stream.sgml index 587edbc35..c5460f029 100644 --- a/doc/hackersguide/stream.sgml +++ b/doc/hackersguide/stream.sgml @@ -332,7 +332,7 @@ decoder and then return. -    int demux_seek(demux_plugin_t *this_gen, off_t start_pos, int start_time); +    int demux_seek(demux_plugin_t *this_gen, off_t start_pos, int start_time, int playing); This function is called by the engine to request stream repositioning. This function should be implemented if possible. See the section on "Seeking Policy" for more information. A seek operation should reposition -- cgit v1.2.3