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
c90cdf4b
Commit
c90cdf4b
authored
Dec 13, 2013
by
Guillaume Martres
Committed by
Michael Niedermayer
Dec 14, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hevc: pack PTL representation using uint8_t
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
8e72e19f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
hevc.h
libavcodec/hevc.h
+8
-8
No files found.
libavcodec/hevc.h
View file @
c90cdf4b
...
...
@@ -331,15 +331,15 @@ typedef struct VUI {
}
VUI
;
typedef
struct
ProfileTierLevel
{
in
t
profile_space
;
uint8_
t
profile_space
;
uint8_t
tier_flag
;
in
t
profile_idc
;
in
t
profile_compatibility_flag
[
32
];
in
t
level_idc
;
in
t
progressive_source_flag
;
in
t
interlaced_source_flag
;
in
t
non_packed_constraint_flag
;
in
t
frame_only_constraint_flag
;
uint8_
t
profile_idc
;
uint8_
t
profile_compatibility_flag
[
32
];
uint8_
t
level_idc
;
uint8_
t
progressive_source_flag
;
uint8_
t
interlaced_source_flag
;
uint8_
t
non_packed_constraint_flag
;
uint8_
t
frame_only_constraint_flag
;
}
ProfileTierLevel
;
typedef
struct
PTL
{
...
...
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