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
84b94639
Commit
84b94639
authored
Nov 15, 2014
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hevc: remove a redundant line
pred_mode is overwritten a few lines immediately below.
parent
2c6a7f93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
hevc.c
libavcodec/hevc.c
+0
-1
No files found.
libavcodec/hevc.c
View file @
84b94639
...
...
@@ -2078,7 +2078,6 @@ static int hls_coding_unit(HEVCContext *s, int x0, int y0, int log2_cb_size)
if
(
s
->
sh
.
slice_type
!=
I_SLICE
)
{
uint8_t
skip_flag
=
ff_hevc_skip_flag_decode
(
s
,
x0
,
y0
,
x_cb
,
y_cb
);
lc
->
cu
.
pred_mode
=
MODE_SKIP
;
x
=
y_cb
*
min_cb_width
+
x_cb
;
for
(
y
=
0
;
y
<
length
;
y
++
)
{
memset
(
&
s
->
skip_flag
[
x
],
skip_flag
,
length
);
...
...
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