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
24ad3ac6
Commit
24ad3ac6
authored
Jun 11, 2015
by
Luca Barbato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nut: Drop doxygen markers
parent
07b2db81
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
nut.h
libavformat/nut.h
+12
-12
No files found.
libavformat/nut.h
View file @
24ad3ac6
...
@@ -41,17 +41,17 @@
...
@@ -41,17 +41,17 @@
#define NUT_MIN_VERSION 2
#define NUT_MIN_VERSION 2
typedef
enum
{
typedef
enum
{
FLAG_KEY
=
1
,
//
/<
if set, frame is keyframe
FLAG_KEY
=
1
,
//
if set, frame is keyframe
FLAG_EOR
=
2
,
//
/<
if set, stream has no relevance on presentation. (EOR)
FLAG_EOR
=
2
,
//
if set, stream has no relevance on presentation. (EOR)
FLAG_CODED_PTS
=
8
,
//
/<
if set, coded_pts is in the frame header
FLAG_CODED_PTS
=
8
,
//
if set, coded_pts is in the frame header
FLAG_STREAM_ID
=
16
,
//
/<
if set, stream_id is coded in the frame header
FLAG_STREAM_ID
=
16
,
//
if set, stream_id is coded in the frame header
FLAG_SIZE_MSB
=
32
,
//
/<
if set, data_size_msb is at frame header, otherwise data_size_msb is 0
FLAG_SIZE_MSB
=
32
,
//
if set, data_size_msb is at frame header, otherwise data_size_msb is 0
FLAG_CHECKSUM
=
64
,
//
/<
if set, the frame header contains a checksum
FLAG_CHECKSUM
=
64
,
//
if set, the frame header contains a checksum
FLAG_RESERVED
=
128
,
//
/<
if set, reserved_count is coded in the frame header
FLAG_RESERVED
=
128
,
//
if set, reserved_count is coded in the frame header
FLAG_HEADER_IDX
=
1024
,
//
/<
If set, header_idx is coded in the frame header.
FLAG_HEADER_IDX
=
1024
,
//
If set, header_idx is coded in the frame header.
FLAG_MATCH_TIME
=
2048
,
//
/<
If set, match_time_delta is coded in the frame header
FLAG_MATCH_TIME
=
2048
,
//
If set, match_time_delta is coded in the frame header
FLAG_CODED
=
4096
,
//
/<
if set, coded_flags are stored in the frame header
FLAG_CODED
=
4096
,
//
if set, coded_flags are stored in the frame header
FLAG_INVALID
=
8192
,
//
/<
if set, frame_code is invalid
FLAG_INVALID
=
8192
,
//
if set, frame_code is invalid
}
Flag
;
}
Flag
;
typedef
struct
Syncpoint
{
typedef
struct
Syncpoint
{
...
@@ -94,7 +94,7 @@ typedef struct NUTContext {
...
@@ -94,7 +94,7 @@ typedef struct NUTContext {
FrameCode
frame_code
[
256
];
FrameCode
frame_code
[
256
];
uint8_t
header_len
[
128
];
uint8_t
header_len
[
128
];
const
uint8_t
*
header
[
128
];
const
uint8_t
*
header
[
128
];
uint64_t
next_startcode
;
//
/<
stores the next startcode if it has already been parsed but the stream is not seekable
uint64_t
next_startcode
;
// stores the next startcode if it has already been parsed but the stream is not seekable
StreamContext
*
stream
;
StreamContext
*
stream
;
ChapterContext
*
chapter
;
ChapterContext
*
chapter
;
unsigned
int
max_distance
;
unsigned
int
max_distance
;
...
...
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