From 03a511482ffa643a636cd5bcce596f110ca2d8e0 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 16 May 2020 23:04:10 +0100 Subject: Format comments according to tokstyle's requirements. --- toxav/toxav.c | 8 ++++---- toxav/video.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'toxav') diff --git a/toxav/toxav.c b/toxav/toxav.c index 0ecf8259..2e2e8b07 100644 --- a/toxav/toxav.c +++ b/toxav/toxav.c @@ -30,10 +30,10 @@ #define VIDEO_SEND_X_KEYFRAMES_FIRST 7 // force the first n frames to be keyframes! /* -VPX_DL_REALTIME (1) deadline parameter analogous to VPx REALTIME mode. -VPX_DL_GOOD_QUALITY (1000000) deadline parameter analogous to VPx GOOD QUALITY mode. -VPX_DL_BEST_QUALITY (0) deadline parameter analogous to VPx BEST QUALITY mode. -*/ + * VPX_DL_REALTIME (1) deadline parameter analogous to VPx REALTIME mode. + * VPX_DL_GOOD_QUALITY (1000000) deadline parameter analogous to VPx GOOD QUALITY mode. + * VPX_DL_BEST_QUALITY (0) deadline parameter analogous to VPx BEST QUALITY mode. + */ typedef struct ToxAVCall_s { ToxAV *av; diff --git a/toxav/video.c b/toxav/video.c index 3d3714eb..56be17ab 100644 --- a/toxav/video.c +++ b/toxav/video.c @@ -237,10 +237,10 @@ VCSession *vc_new(Mono_Time *mono_time, const Logger *log, ToxAV *av, uint32_t f } /* - VPX_CTRL_USE_TYPE(VP8E_SET_NOISE_SENSITIVITY, unsigned int) - control function to set noise sensitivity - 0: off, 1: OnYOnly, 2: OnYUV, 3: OnYUVAggressive, 4: Adaptive - */ + * VPX_CTRL_USE_TYPE(VP8E_SET_NOISE_SENSITIVITY, unsigned int) + * control function to set noise sensitivity + * 0: off, 1: OnYOnly, 2: OnYUV, 3: OnYUVAggressive, 4: Adaptive + */ #if 0 rc = vpx_codec_control(vc->encoder, VP8E_SET_NOISE_SENSITIVITY, 2); -- cgit v1.2.3