avfotmat/whip: remove ssl_error_message since it's no longer in use

Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>
This commit is contained in:
Jack Lau
2025-11-15 19:23:39 +08:00
parent d15a9d5961
commit 5e73027099

View File

@@ -299,8 +299,6 @@ typedef struct WHIPContext {
*/
uint8_t dtls_srtp_materials[(DTLS_SRTP_KEY_LEN + DTLS_SRTP_SALT_LEN) * 2];
char ssl_error_message[256];
/* TODO: Use AVIOContext instead of URLContext */
URLContext *dtls_uc;