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
87017bad
Commit
87017bad
authored
May 12, 2005
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10l (rescaling AV_NOPTS_VALUE)
Originally committed as revision 4227 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1677155d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ffmpeg.c
ffmpeg.c
+1
-1
No files found.
ffmpeg.c
View file @
87017bad
...
...
@@ -1782,7 +1782,7 @@ static int av_encode(AVFormatContext **output_files,
is
=
input_files
[
ist
->
file_index
];
ist
->
pts
=
0
;
ist
->
next_pts
=
av_rescale_q
(
ist
->
st
->
start_time
,
ist
->
st
->
time_base
,
AV_TIME_BASE_Q
);
if
(
ist
->
next_pts
==
AV_NOPTS_VALUE
)
if
(
ist
->
st
->
start_time
==
AV_NOPTS_VALUE
)
ist
->
next_pts
=
0
;
if
(
input_files_ts_offset
[
ist
->
file_index
])
ist
->
next_pts
=
AV_NOPTS_VALUE
;
...
...
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