Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
5504b3c2
Commit
5504b3c2
authored
May 05, 2014
by
Minghai Shang
Committed by
Gerrit Code Review
May 05, 2014
Browse files
Merge "[spatial svc] Fix one extra frame count during flush"
parents
07ce9261
0affa0ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx/src/svc_encodeframe.c
View file @
5504b3c2
...
...
@@ -1000,8 +1000,10 @@ vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
(
int
)
si
->
frame_size
,
(
int
)
pts
);
}
}
++
si
->
frame_within_gop
;
++
si
->
encode_frame_count
;
if
(
rawimg
!=
NULL
)
{
++
si
->
frame_within_gop
;
++
si
->
encode_frame_count
;
}
return
VPX_CODEC_OK
;
}
...
...
Write
Preview
Supports
Markdown
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