Skip to content

Commit 43c71f2

Browse files
committed
msvideo.c: use ms_debug instead of ms_message
1 parent 5747c5c commit 43c71f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/voip/msvideo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ bool_t ms_average_fps_update(MSAverageFPS* afps, uint32_t current_time) {
851851
afps->last_frame_time=current_time;
852852

853853
if ((current_time - afps->last_print_time > 5000) && afps->mean_inter_frame!=0){
854-
ms_message(afps->context, 1/afps->mean_inter_frame);
854+
ms_debug(afps->context, 1/afps->mean_inter_frame);
855855
afps->last_print_time = current_time;
856856
return TRUE;
857857
}

0 commit comments

Comments
 (0)