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
425c9962
Commit
425c9962
authored
Feb 08, 2009
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix doxygen
Originally committed as revision 17049 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8e2fd8e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mov.c
libavformat/mov.c
+1
-1
mxfenc.c
libavformat/mxfenc.c
+2
-2
No files found.
libavformat/mov.c
View file @
425c9962
...
...
@@ -125,7 +125,7 @@ typedef struct MOVStreamContext {
int
*
keyframes
;
int
time_scale
;
int
time_rate
;
int
time_offset
;
/// time offset of the first edit list entry
int
time_offset
;
///
<
time offset of the first edit list entry
int
current_sample
;
unsigned
int
bytes_per_frame
;
unsigned
int
samples_per_frame
;
...
...
libavformat/mxfenc.c
View file @
425c9962
...
...
@@ -55,7 +55,7 @@ typedef struct {
typedef
struct
{
uint8_t
flags
;
uint64_t
offset
;
unsigned
slice_offset
;
// offset of audio slice
unsigned
slice_offset
;
//
/<
offset of audio slice
}
MXFIndexEntry
;
typedef
struct
{
...
...
@@ -118,7 +118,7 @@ typedef struct MXFContext {
MXFIndexEntry
*
index_entries
;
unsigned
edit_units_count
;
uint64_t
timestamp
;
///< timestamp, as year(16),month(8),day(8),hour(8),minutes(8),msec/4(8)
uint8_t
slice_count
;
/// index slice count minus 1 (1 if no audio, 0 otherwise)
uint8_t
slice_count
;
///
<
index slice count minus 1 (1 if no audio, 0 otherwise)
}
MXFContext
;
static
const
uint8_t
uuid_base
[]
=
{
0xAD
,
0xAB
,
0x44
,
0x24
,
0x2f
,
0x25
,
0x4d
,
0xc7
,
0x92
,
0xff
,
0x29
,
0xbd
};
...
...
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