Skip to content

Commit

Permalink
fix the video params parameter r in ffmpeg_encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLau1222 authored Dec 26, 2024
1 parent bfe3409 commit 3f08dc8
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 @@ -1206,7 +1206,7 @@ int CFFEncoder::init_codec(int idx, AVFrame *frame) {
}
/** @addtogroup video_params
* @{
* @arg max_fr: to set the frame rate, similar as ffmpeg
* @arg r: to set the frame rate, similar as ffmpeg
* @} */
if (video_params_.has_key("r")) {
double fr;
Expand Down

0 comments on commit 3f08dc8

Please sign in to comment.