Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Mar 3, 2024
1 parent 545a417 commit 74d66ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aom_av1_video_encoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class AomAv1VideoEncoder : public VideoEncoder {
delta_frame_template.chainDiffs = {1};
delta_frame_template.frameDiffs = {1};
ctx.structure.templates = {key_frame_template, delta_frame_template};
ctx.active_chains[0] = true;
ctx.activeChains[0] = true;
ctx.descriptor.frameNumber = ++frame_number_;
if (is_key_frame) {
ctx.descriptor.dependencyTemplate = key_frame_template;
Expand Down

0 comments on commit 74d66ca

Please sign in to comment.