Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
01344104
Commit
01344104
authored
Apr 09, 2007
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
properly set streams start_time
Originally committed as revision 8693 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8e7a7e6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
matroska.c
libavformat/matroska.c
+1
-0
No files found.
libavformat/matroska.c
View file @
01344104
...
...
@@ -2301,6 +2301,7 @@ matroska_read_header (AVFormatContext *s,
av_set_pts_info
(
st
,
64
,
matroska
->
time_scale
,
1000
*
1000
*
1000
);
/* 64 bit pts in ns */
st
->
codec
->
codec_id
=
codec_id
;
st
->
start_time
=
0
;
if
(
track
->
default_duration
)
av_reduce
(
&
st
->
codec
->
time_base
.
num
,
&
st
->
codec
->
time_base
.
den
,
...
...
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