Re: [FFmpeg-devel] [PATCH 1/4] avformat/tls_openssl: add record trace function

2025-07-09 Thread Jack Lau
> On Jul 10, 2025, at 06:16, Michael Niedermayer wrote: > > On Wed, Jul 09, 2025 at 09:36:26PM +0800, Jack Lau wrote: >> Signed-off-by: Jack Lau >> --- >> libavformat/tls_openssl.c | 51 +-- >> 1 file changed, 49 insertions(+), 2 deletions(-) > > my git her

Re: [FFmpeg-devel] [PATCH 1/4] avformat/tls_openssl: add record trace function

2025-07-09 Thread Michael Niedermayer
On Wed, Jul 09, 2025 at 09:36:26PM +0800, Jack Lau wrote: > Signed-off-by: Jack Lau > --- > libavformat/tls_openssl.c | 51 +-- > 1 file changed, 49 insertions(+), 2 deletions(-) my git here dislikes the encoding of this mail: error: cannot convert from y to

[FFmpeg-devel] [PATCH 1/4] avformat/tls_openssl: add record trace function

2025-07-09 Thread Jack Lau
Signed-off-by: Jack Lau --- libavformat/tls_openssl.c | 51 +-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/libavformat/tls_openssl.c b/libavformat/tls_openssl.c index 2a01fb387d..8639ac9758 100644 --- a/libavformat/tls_openssl.c +++ b/libavf