Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
0ba592f9
Commit
0ba592f9
authored
Aug 09, 2010
by
G Finch
Committed by
Ilkka Ollakka
Oct 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New-ogg-seek-logic-theora-specific-changes
Signed-off-by:
Ilkka Ollakka
<
ileoo@videolan.org
>
parent
eea1cddc
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
545 additions
and
2 deletions
+545
-2
modules/demux/oggseek.c
modules/demux/oggseek.c
+540
-2
modules/demux/oggseek.h
modules/demux/oggseek.h
+5
-0
No files found.
modules/demux/oggseek.c
View file @
0ba592f9
This diff is collapsed.
Click to expand it.
modules/demux/oggseek.h
View file @
0ba592f9
...
@@ -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
*
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment