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
896854b2
Commit
896854b2
authored
Jul 07, 2018
by
Jun Zhao
Committed by
Jun Zhao
Jul 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/hevc_ps: Refine sps_range_extension parse.
Signed-off-by:
Jun Zhao
<
mypopydev@gmail.com
>
parent
97d766ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
hevc_ps.c
libavcodec/hevc_ps.c
+2
-4
No files found.
libavcodec/hevc_ps.c
View file @
896854b2
...
...
@@ -1094,11 +1094,9 @@ int ff_hevc_parse_sps(HEVCSPS *sps, GetBitContext *gb, unsigned int *sps_id,
decode_vui
(
gb
,
avctx
,
apply_defdispwin
,
sps
);
if
(
get_bits1
(
gb
))
{
// sps_extension_flag
int
sps_extension_flag
[
1
];
for
(
i
=
0
;
i
<
1
;
i
++
)
sps_extension_flag
[
i
]
=
get_bits1
(
gb
);
int
sps_range_extension_flag
=
get_bits1
(
gb
);
skip_bits
(
gb
,
7
);
//sps_extension_7bits = get_bits(gb, 7);
if
(
sps_
extension_flag
[
0
]
)
{
if
(
sps_
range_extension_flag
)
{
int
extended_precision_processing_flag
;
int
cabac_bypass_alignment_enabled_flag
;
...
...
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