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
c3858df2
Commit
c3858df2
authored
Jun 11, 2008
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics
Originally committed as revision 13740 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
709c9f8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
movenc.c
libavformat/movenc.c
+3
-3
No files found.
libavformat/movenc.c
View file @
c3858df2
...
...
@@ -1302,7 +1302,7 @@ static int mov_write_uuidusmt_tag(ByteIOContext *pb, AVFormatContext *s)
put_be32
(
pb
,
0x01
);
/* type */
put_be16
(
pb
,
language_code
(
"eng"
));
/* language */
put_be16
(
pb
,
0x01
);
/* ? */
ascii_to_wc
(
pb
,
s
->
title
);
ascii_to_wc
(
pb
,
s
->
title
);
size
+=
len
*
2
+
10
;
// Date
...
...
@@ -1314,7 +1314,7 @@ static int mov_write_uuidusmt_tag(ByteIOContext *pb, AVFormatContext *s)
put_be32
(
pb
,
0x03
);
/* type */
put_be16
(
pb
,
language_code
(
"und"
));
/* language */
put_be16
(
pb
,
0x01
);
/* ? */
ascii_to_wc
(
pb
,
"2006/04/01 11:11:11"
);
ascii_to_wc
(
pb
,
"2006/04/01 11:11:11"
);
size
+=
len
*
2
+
10
;
// size
...
...
@@ -1376,7 +1376,7 @@ static int mov_write_mdat_tag(ByteIOContext *pb, MOVContext *mov)
}
/* TODO: This needs to be more general */
static
void
mov_write_ftyp_tag
(
ByteIOContext
*
pb
,
AVFormatContext
*
s
)
static
void
mov_write_ftyp_tag
(
ByteIOContext
*
pb
,
AVFormatContext
*
s
)
{
MOVContext
*
mov
=
s
->
priv_data
;
...
...
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