Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
24ad3ac6
Commit
24ad3ac6
authored
9 years ago
by
Luca Barbato
Browse files
Options
Downloads
Patches
Plain Diff
nut: Drop doxygen markers
parent
07b2db81
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavformat/nut.h
+12
-12
12 additions, 12 deletions
libavformat/nut.h
with
12 additions
and
12 deletions
libavformat/nut.h
+
12
−
12
View file @
24ad3ac6
...
...
@@ -41,17 +41,17 @@
#define NUT_MIN_VERSION 2
typedef
enum
{
FLAG_KEY
=
1
,
//
/<
if set, frame is keyframe
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_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_CHECKSUM
=
64
,
//
/<
if set, the frame header contains a checksum
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_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_INVALID
=
8192
,
//
/<
if set, frame_code is invalid
FLAG_KEY
=
1
,
//
if set, frame is keyframe
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_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_CHECKSUM
=
64
,
//
if set, the frame header contains a checksum
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_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_INVALID
=
8192
,
//
if set, frame_code is invalid
}
Flag
;
typedef
struct
Syncpoint
{
...
...
@@ -94,7 +94,7 @@ typedef struct NUTContext {
FrameCode
frame_code
[
256
];
uint8_t
header_len
[
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
;
ChapterContext
*
chapter
;
unsigned
int
max_distance
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment