Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
e9ad5d2a
Commit
e9ad5d2a
authored
Dec 13, 2017
by
Marco
Browse files
vp9: Cleanup/remove TODO comment.
Change-Id: I2bd43e996909ad688b7e00b81ee19a5fc4df460b
parent
94eaecaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.c
+0
-2
No files found.
vp9/encoder/vp9_encoder.c
View file @
e9ad5d2a
...
@@ -5182,8 +5182,6 @@ int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
...
@@ -5182,8 +5182,6 @@ int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
cm
->
intra_only
=
0
;
cm
->
intra_only
=
0
;
// if the flags indicate intra frame, but if the current picture is for
// if the flags indicate intra frame, but if the current picture is for
// non-zero spatial layer, it should not be an intra picture.
// non-zero spatial layer, it should not be an intra picture.
// TODO(Won Kap): this needs to change if per-layer intra frame is
// allowed.
if
((
source
->
flags
&
VPX_EFLAG_FORCE_KF
)
&&
if
((
source
->
flags
&
VPX_EFLAG_FORCE_KF
)
&&
cpi
->
svc
.
spatial_layer_id
>
cpi
->
svc
.
first_spatial_layer_to_encode
)
{
cpi
->
svc
.
spatial_layer_id
>
cpi
->
svc
.
first_spatial_layer_to_encode
)
{
source
->
flags
&=
~
(
unsigned
int
)(
VPX_EFLAG_FORCE_KF
);
source
->
flags
&=
~
(
unsigned
int
)(
VPX_EFLAG_FORCE_KF
);
...
...
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