search for: l480

Displaying 3 results from an estimated 3 matches for "l480".

Did you mean: 480
2013 Aug 07
2
2.2.5 fails to compile - SSL_OP_SINGLE_ECDH_USE : Solaris 10 + Sunstudio 12.3
Hi, Compile fails in these two files src/lib-ssl-iostream/iostream-openssl-context.c src/login-common/ssl-proxy-openssl.c due to missing SSL_OP_SINGLE_ECDH_USE In these there is only #if !defined(OPENSSL_NO_ECDH) when all the other places it always compares also SSL version #if !defined(OPENSSL_NO_ECDH) && OPENSSL_VERSION_NUMBER >= 0x10002000L Tomppa
2020 Apr 19
0
Stop opusenc from generating any comments?
...39;ve tried using `--discard-comments` but that has no effect. I've tried using `--comment ENCODER=` but that adds a duplicate tag. My limited knowledge of C suggests that the following lines in opusenc.c are where the magic happens: https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L480 https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L800 So, would it be possible to add a `--no-metada` option to completely suppress any metadata from being written? I realise this is a niche requirement! I'm trying to create tiny audio files where every byte saved is important. I...
2020 Jun 19
0
Antw: [EXT] Stop opusenc from generating any comments?
...ard-comments` but that has no effect. > I've tried using `--comment ENCODER=` but that adds a duplicate tag. > > My limited knowledge of C suggests that the following lines in opusenc.c > are where the magic happens: > https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L480 > https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L800 > > So, would it be possible to add a `--no-metada` option to completely > suppress any metadata from being written? Hi! Despite of the request that may make sense, I always found this kind of metadata useful, espe...