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
2a1500fb
Commit
2a1500fb
authored
Jan 05, 2015
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
movenc: Fix a typo in a comment
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
e581e88c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
movenc.c
libavformat/movenc.c
+1
-1
No files found.
libavformat/movenc.c
View file @
2a1500fb
...
@@ -3367,7 +3367,7 @@ int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt)
...
@@ -3367,7 +3367,7 @@ int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt)
if
(
trk
->
start_dts
==
AV_NOPTS_VALUE
)
{
if
(
trk
->
start_dts
==
AV_NOPTS_VALUE
)
{
trk
->
start_dts
=
pkt
->
dts
;
trk
->
start_dts
=
pkt
->
dts
;
if
(
trk
->
frag_discont
)
{
if
(
trk
->
frag_discont
)
{
/* Pretend the whole stream started at dts=0, with earlier fra
mg
ents
/* Pretend the whole stream started at dts=0, with earlier fra
gm
ents
* already written, with a duration summing up to pkt->dts. */
* already written, with a duration summing up to pkt->dts. */
trk
->
frag_start
=
pkt
->
dts
;
trk
->
frag_start
=
pkt
->
dts
;
trk
->
start_dts
=
0
;
trk
->
start_dts
=
0
;
...
...
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