Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
f3bea3de
Commit
f3bea3de
authored
Apr 01, 2015
by
hkuang
Browse files
Remove unnecessary set postproc flags.
Change-Id: Iaf136969bc368a890f9671647576ee9d54eef03b
parent
4cf68be1
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/vp9_dx_iface.c
View file @
f3bea3de
...
...
@@ -462,7 +462,6 @@ static INLINE void check_resync(vpx_codec_alg_priv_t *const ctx,
static
vpx_codec_err_t
decode_one
(
vpx_codec_alg_priv_t
*
ctx
,
const
uint8_t
**
data
,
unsigned
int
data_sz
,
void
*
user_priv
,
int64_t
deadline
)
{
vp9_ppflags_t
flags
=
{
0
,
0
,
0
};
const
VP9WorkerInterface
*
const
winterface
=
vp9_get_worker_interface
();
(
void
)
deadline
;
...
...
@@ -547,9 +546,6 @@ static vpx_codec_err_t decode_one(vpx_codec_alg_priv_t *ctx,
winterface
->
launch
(
worker
);
}
if
(
ctx
->
base
.
init_flags
&
VPX_CODEC_USE_POSTPROC
)
set_ppflags
(
ctx
,
&
flags
);
return
VPX_CODEC_OK
;
}
...
...
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