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
f7634893
Commit
f7634893
authored
Aug 28, 2017
by
Mark Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cbs_h265: Fix reading of unknown parameter set extension data
parent
30645174
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cbs_h265_syntax_template.c
libavcodec/cbs_h265_syntax_template.c
+2
-1
No files found.
libavcodec/cbs_h265_syntax_template.c
View file @
f7634893
...
@@ -67,7 +67,8 @@ static int FUNC(extension_data)(CodedBitstreamContext *ctx, RWContext *rw,
...
@@ -67,7 +67,8 @@ static int FUNC(extension_data)(CodedBitstreamContext *ctx, RWContext *rw,
BitstreamContext
start
;
BitstreamContext
start
;
uint8_t
bit
;
uint8_t
bit
;
start
=
*
rw
;
start
=
*
rw
;
for
(
k
=
0
;
cbs_h2645_read_more_rbsp_data
(
rw
);
k
++
);
for
(
k
=
0
;
cbs_h2645_read_more_rbsp_data
(
rw
);
k
++
)
bitstream_skip
(
rw
,
1
);
current
->
bit_length
=
k
;
current
->
bit_length
=
k
;
if
(
k
>
0
)
{
if
(
k
>
0
)
{
*
rw
=
start
;
*
rw
=
start
;
...
...
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