mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Update libaom to rev b25610052a1398032320008d69b51d2da94f5928
This commit is contained in:
parent
8493557d20
commit
3d109dd4fc
240 changed files with 16977 additions and 6139 deletions
3
third_party/aom/examples/twopass_encoder.c
vendored
3
third_party/aom/examples/twopass_encoder.c
vendored
|
|
@ -148,7 +148,8 @@ static void pass1(aom_image_t *raw, FILE *infile, const char *outfile_name,
|
|||
AvxVideoInfo info = { encoder->fourcc,
|
||||
cfg->g_w,
|
||||
cfg->g_h,
|
||||
{ cfg->g_timebase.num, cfg->g_timebase.den } };
|
||||
{ cfg->g_timebase.num, cfg->g_timebase.den },
|
||||
0 };
|
||||
AvxVideoWriter *writer = NULL;
|
||||
aom_codec_ctx_t codec;
|
||||
int frame_count = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue