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
Yushin Cho
aom-rav1e
Commits
18e3415a
Commit
18e3415a
authored
Feb 20, 2014
by
Tom Finegan
Committed by
Gerrit Code Review
Feb 20, 2014
Browse files
Merge "twopass_encoder.c: Silence MSVC data loss warnings."
parents
cd510ea8
3118aba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/twopass_encoder.c
View file @
18e3415a
...
@@ -69,9 +69,9 @@ void usage_exit() {
...
@@ -69,9 +69,9 @@ void usage_exit() {
static
void
get_frame_stats
(
vpx_codec_ctx_t
*
ctx
,
static
void
get_frame_stats
(
vpx_codec_ctx_t
*
ctx
,
const
vpx_image_t
*
img
,
const
vpx_image_t
*
img
,
vpx_codec_pts_t
pts
,
vpx_codec_pts_t
pts
,
u
int64_
t
duration
,
u
nsigned
in
t
duration
,
vpx_enc_frame_flags_t
flags
,
vpx_enc_frame_flags_t
flags
,
u
int64_
t
deadline
,
u
nsigned
in
t
deadline
,
vpx_fixed_buf_t
*
stats
)
{
vpx_fixed_buf_t
*
stats
)
{
vpx_codec_iter_t
iter
=
NULL
;
vpx_codec_iter_t
iter
=
NULL
;
const
vpx_codec_cx_pkt_t
*
pkt
=
NULL
;
const
vpx_codec_cx_pkt_t
*
pkt
=
NULL
;
...
@@ -94,9 +94,9 @@ static void get_frame_stats(vpx_codec_ctx_t *ctx,
...
@@ -94,9 +94,9 @@ static void get_frame_stats(vpx_codec_ctx_t *ctx,
static
void
encode_frame
(
vpx_codec_ctx_t
*
ctx
,
static
void
encode_frame
(
vpx_codec_ctx_t
*
ctx
,
const
vpx_image_t
*
img
,
const
vpx_image_t
*
img
,
vpx_codec_pts_t
pts
,
vpx_codec_pts_t
pts
,
u
int64_
t
duration
,
u
nsigned
in
t
duration
,
vpx_enc_frame_flags_t
flags
,
vpx_enc_frame_flags_t
flags
,
u
int64_
t
deadline
,
u
nsigned
in
t
deadline
,
VpxVideoWriter
*
writer
)
{
VpxVideoWriter
*
writer
)
{
vpx_codec_iter_t
iter
=
NULL
;
vpx_codec_iter_t
iter
=
NULL
;
const
vpx_codec_cx_pkt_t
*
pkt
=
NULL
;
const
vpx_codec_cx_pkt_t
*
pkt
=
NULL
;
...
...
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