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 74d66ca commit 5874017
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 @@ -336,7 +336,7 @@ class AomAv1VideoEncoder : public VideoEncoder {
bool init_ctx_ = false;
aom_codec_ctx_t ctx_;
aom_codec_enc_cfg_t cfg_;
aom_image_t* frame_for_encode_;
aom_image_t* frame_for_encode_ = nullptr;
int64_t timestamp_ = 0;
int frame_number_ = 0;

Expand Down

0 comments on commit 5874017

Please sign in to comment.