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
28ed68fa
Commit
28ed68fa
authored
Jul 14, 2018
by
Gyan Doshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/movenc: add reason for minf->hdlr in MOV only
parent
e5ff2c0c
Hide 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 @
28ed68fa
...
...
@@ -2674,7 +2674,7 @@ static int mov_write_minf_tag(AVFormatContext *s, AVIOContext *pb, MOVMuxContext
}
else
if
(
track
->
tag
==
MKTAG
(
'g'
,
'p'
,
'm'
,
'd'
))
{
mov_write_gmhd_tag
(
pb
,
track
);
}
if
(
track
->
mode
==
MODE_MOV
)
/*
FIXME: Why do it for MODE_MOV only ?
*/
if
(
track
->
mode
==
MODE_MOV
)
/*
ISO 14496-12 8.4.3.1 specifies hdlr only within mdia or meta boxes
*/
mov_write_hdlr_tag
(
s
,
pb
,
NULL
);
mov_write_dinf_tag
(
pb
);
if
((
ret
=
mov_write_stbl_tag
(
s
,
pb
,
mov
,
track
))
<
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