Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLau1222 authored and sfeiwong committed Dec 30, 2024
1 parent 8375bc2 commit e6e46ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmf/c_modules/src/ffmpeg_encoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ int CFFEncoder::init_codec(int idx, AVFrame *frame) {

#ifdef BMF_FFMPEG_VERSION
#if BMF_FFMPEG_VERSION < 50
out_stream->time_base = enc_ctxs_[idx]->time_base;
out_stream->codec->time_base = enc_ctxs_[idx]->time_base;
#endif
#endif
}
Expand Down

0 comments on commit e6e46ea

Please sign in to comment.