Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
447
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
dfa342ba
Commit
dfa342ba
authored
6 years ago
by
François Cartegnie
Browse files
Options
Downloads
Patches
Plain Diff
vlc_block: add AU_END flag
parent
10a4eda3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vlc_block.h
+5
-3
5 additions, 3 deletions
include/vlc_block.h
with
5 additions
and
3 deletions
include/vlc_block.h
+
5
−
3
View file @
dfa342ba
...
...
@@ -84,12 +84,14 @@
#define BLOCK_FLAG_PREROLL 0x0200
/** This block is corrupted and/or there is data loss */
#define BLOCK_FLAG_CORRUPTED 0x0400
/** This block is last of its access unit */
#define BLOCK_FLAG_AU_END 0x0800
/** This block contains an interlaced picture with top field stored first */
#define BLOCK_FLAG_TOP_FIELD_FIRST 0x0
8
00
#define BLOCK_FLAG_TOP_FIELD_FIRST 0x
1
000
/** This block contains an interlaced picture with bottom field stored first */
#define BLOCK_FLAG_BOTTOM_FIELD_FIRST 0x
1
000
#define BLOCK_FLAG_BOTTOM_FIELD_FIRST 0x
2
000
/** This block contains a single field from interlaced picture. */
#define BLOCK_FLAG_SINGLE_FIELD 0x
2
000
#define BLOCK_FLAG_SINGLE_FIELD 0x
4
000
/** This block contains an interlaced picture */
#define BLOCK_FLAG_INTERLACED_MASK \
...
...
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