Commit 0ba592f9 authored by G Finch's avatar G Finch Committed by Ilkka Ollakka

New-ogg-seek-logic-theora-specific-changes

Signed-off-by: default avatarIlkka Ollakka <ileoo@videolan.org>
parent eea1cddc
This diff is collapsed.
...@@ -52,9 +52,14 @@ struct oggseek_index_entry ...@@ -52,9 +52,14 @@ struct oggseek_index_entry
const demux_index_entry_t *oggseek_theora_index_entry_add ( logical_stream_t *,
int64_t i_granule,
int64_t i_pagepos );
void oggseek_index_entries_free ( demux_index_entry_t * ); void oggseek_index_entries_free ( demux_index_entry_t * );
int64_t oggseek_get_last_frame ( demux_t *, logical_stream_t *); int64_t oggseek_get_last_frame ( demux_t *, logical_stream_t *);
int oggseek_find_frame ( demux_t *, logical_stream_t *, int64_t i_tframe ); int oggseek_find_frame ( demux_t *, logical_stream_t *, int64_t i_tframe );
int64_t oggseek_read_page ( demux_t * );
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment