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
5045da83
Commit
5045da83
authored
Sep 05, 2007
by
David Conrad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify comments
Originally committed as revision 10360 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5b66fc16
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
matroskaenc.c
libavformat/matroskaenc.c
+2
-2
No files found.
libavformat/matroskaenc.c
View file @
5045da83
...
...
@@ -191,7 +191,7 @@ static void put_ebml_string(ByteIOContext *pb, unsigned int elementid, const cha
* Writes a void element of a given size. Useful for reserving space in the file to be
* written to later.
*
* @param size The
amount of space
to reserve, which must be at least 2.
* @param size The
number of bytes
to reserve, which must be at least 2.
*/
static
void
put_ebml_void
(
ByteIOContext
*
pb
,
uint64_t
size
)
{
...
...
@@ -240,7 +240,7 @@ static void put_xiph_size(ByteIOContext *pb, int size)
* If a maximum number of elements is specified, enough space will be reserved at
* the current file location to write a seek head of that size.
*
* @param segment_offset
the absolute offset into the file that
the segment begins
* @param segment_offset
The absolute offset to the position in the file where
the segment begins
* @param numelements the maximum number of elements that will be indexed by this
* seek head, 0 if unlimited.
*/
...
...
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