Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
b81940df
Commit
b81940df
authored
Mar 25, 2009
by
Sébastien Escudier
Committed by
Jean-Baptiste Kempf
Mar 29, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
1fc821df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/demux/mp4/mp4.c
modules/demux/mp4/mp4.c
+3
-3
No files found.
modules/demux/mp4/mp4.c
View file @
b81940df
...
...
@@ -77,8 +77,8 @@ typedef struct
uint32_t
i_sample_count
;
/* how many samples in this chunk */
uint32_t
i_sample_first
;
/* index of the first sample in this chunk */
/* now provide way to calculate pts, dts, and offset without to
much memory and with fast acces */
/* now provide way to calculate pts, dts, and offset without to
o
much memory and with fast acces
s
*/
/* with this we can calculate dts/pts without waste memory */
uint64_t
i_first_dts
;
...
...
@@ -756,7 +756,7 @@ static void MP4_UpdateSeekpoint( demux_t *p_demux )
}
}
/*****************************************************************************
* Seek: Go
t
to i_date
* Seek: Go to i_date
******************************************************************************/
static
int
Seek
(
demux_t
*
p_demux
,
mtime_t
i_date
)
{
...
...
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