Skip to content

Commit

Permalink
rtmp-services: Fix implicit function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Jul 2, 2021
1 parent 84e6ad2 commit 16a49eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/rtmp-services/rtmp-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ static obs_properties_t *rtmp_common_properties(void *unused)
return ppts;
}

static int get_bitrate_matrix_max(json_t *array);

static void apply_video_encoder_settings(obs_data_t *settings,
json_t *recommended)
{
Expand Down

0 comments on commit 16a49eb

Please sign in to comment.