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
915282e5
Commit
915282e5
authored
Aug 07, 2006
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indention
Originally committed as revision 5950 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5997ed78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
movenc.c
libavformat/movenc.c
+8
-8
No files found.
libavformat/movenc.c
View file @
915282e5
...
...
@@ -606,14 +606,14 @@ static int mov_write_video_tag(ByteIOContext *pb, MOVTrack* track)
put_be16
(
pb
,
0
);
/* Codec stream version */
put_be16
(
pb
,
0
);
/* Codec stream revision (=0) */
if
(
track
->
mode
==
MODE_MOV
)
{
put_tag
(
pb
,
"FFMP"
);
/* Vendor */
if
(
track
->
enc
->
codec_id
==
CODEC_ID_RAWVIDEO
)
{
put_be32
(
pb
,
0
);
/* Temporal Quality */
put_be32
(
pb
,
0x400
);
/* Spatial Quality = lossless*/
}
else
{
put_be32
(
pb
,
0x200
);
/* Temporal Quality = normal */
put_be32
(
pb
,
0x200
);
/* Spatial Quality = normal */
}
put_tag
(
pb
,
"FFMP"
);
/* Vendor */
if
(
track
->
enc
->
codec_id
==
CODEC_ID_RAWVIDEO
)
{
put_be32
(
pb
,
0
);
/* Temporal Quality */
put_be32
(
pb
,
0x400
);
/* Spatial Quality = lossless*/
}
else
{
put_be32
(
pb
,
0x200
);
/* Temporal Quality = normal */
put_be32
(
pb
,
0x200
);
/* Spatial Quality = normal */
}
}
else
{
put_be32
(
pb
,
0
);
/* Reserved */
put_be32
(
pb
,
0
);
/* Reserved */
...
...
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