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
3d1b0fcd
Commit
3d1b0fcd
authored
Jan 11, 2009
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics
Originally committed as revision 16532 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f6204886
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
movenc.c
libavformat/movenc.c
+4
-6
No files found.
libavformat/movenc.c
View file @
3d1b0fcd
...
...
@@ -550,7 +550,7 @@ static const AVCodecTag codec_3gp_tags[] = {
{
CODEC_ID_AAC
,
MKTAG
(
'm'
,
'p'
,
'4'
,
'a'
)
},
{
CODEC_ID_AMR_NB
,
MKTAG
(
's'
,
'a'
,
'm'
,
'r'
)
},
{
CODEC_ID_AMR_WB
,
MKTAG
(
's'
,
'a'
,
'w'
,
'b'
)
},
{
CODEC_ID_MOV_TEXT
,
MKTAG
(
't'
,
'x'
,
'3'
,
'g'
)
},
{
CODEC_ID_MOV_TEXT
,
MKTAG
(
't'
,
'x'
,
'3'
,
'g'
)
},
{
CODEC_ID_NONE
,
0
},
};
...
...
@@ -568,7 +568,7 @@ static const AVCodecTag codec_ipod_tags[] = {
{
CODEC_ID_AAC
,
MKTAG
(
'm'
,
'p'
,
'4'
,
'a'
)
},
{
CODEC_ID_ALAC
,
MKTAG
(
'a'
,
'l'
,
'a'
,
'c'
)
},
{
CODEC_ID_AC3
,
MKTAG
(
'a'
,
'c'
,
'-'
,
'3'
)
},
{
CODEC_ID_MOV_TEXT
,
MKTAG
(
't'
,
'x'
,
'3'
,
'g'
)
},
{
CODEC_ID_MOV_TEXT
,
MKTAG
(
't'
,
'x'
,
'3'
,
'g'
)
},
{
CODEC_ID_NONE
,
0
},
};
...
...
@@ -950,10 +950,8 @@ static int mov_write_minf_tag(ByteIOContext *pb, MOVTrack *track)
else
if
(
track
->
enc
->
codec_type
==
CODEC_TYPE_AUDIO
)
mov_write_smhd_tag
(
pb
);
else
if
(
track
->
enc
->
codec_type
==
CODEC_TYPE_SUBTITLE
)
{
if
(
track
->
mode
==
MODE_MOV
)
mov_write_gmhd_tag
(
pb
);
else
mov_write_nmhd_tag
(
pb
);
if
(
track
->
mode
==
MODE_MOV
)
mov_write_gmhd_tag
(
pb
);
else
mov_write_nmhd_tag
(
pb
);
}
if
(
track
->
mode
==
MODE_MOV
)
/* FIXME: Why do it for MODE_MOV only ? */
mov_write_hdlr_tag
(
pb
,
NULL
);
...
...
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