Skip to content

Commit

Permalink
vpx_ext_ratectrl.h: make rate_ctrl_log_path const
Browse files Browse the repository at this point in the history
Change-Id: I499d77b25ca3dcdbd3c72fb319f9023e9a2823b0
  • Loading branch information
jzern committed May 2, 2024
1 parent 847b354 commit 8372a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpx/vpx_ext_ratectrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ typedef struct vpx_rc_funcs {
/*!
* Rate control log path.
*/
char *rate_ctrl_log_path;
const char *rate_ctrl_log_path;
/*!
* Private data for the external rate control model.
*/
Expand Down

0 comments on commit 8372a5c

Please sign in to comment.