Re: [FFmpeg-devel] [PATCH v4 3/3] avformat/whip: fix typos

2025-06-28 Thread Jack Lau
> On Jun 28, 2025, at 22:15, Marvin Scholz > wrote: > > On 28 Jun 2025, at 4:17, Jack Lau via ffmpeg-devel wrote: > >> AV_OPT_TYPE_INT,{ .i64 = 1200 },-1, >> INT_MAX, ENC }, >> -{ "authorization", "The optional Bearer token for WHIP >> Authorizat

Re: [FFmpeg-devel] [PATCH v4 3/3] avformat/whip: fix typos

2025-06-28 Thread Marvin Scholz
On 28 Jun 2025, at 4:17, Jack Lau via ffmpeg-devel wrote: > AV_OPT_TYPE_INT,{ .i64 = 1200 },-1, > INT_MAX, ENC }, > -{ "authorization", "The optional Bearer token for WHIP > Authorization", OFFSET(authorization), > +{ "authorization",

[FFmpeg-devel] [PATCH v4 3/3] avformat/whip: fix typos

2025-06-27 Thread Jack Lau via ffmpeg-devel
--- Begin Message --- Remove redundant "WHIP: " prefix in log context since it already add whip context. Fix grammers in whip options "The Optional" > "(Optional)" Signed-off-by: Jack Lau --- libavformat/tls.c | 2 +- libavformat/whip.c | 152 ++--- 2