Files
ffmpeg/libavformat
Kacper Michajłow daee46ed7e Revert "avformat/tls_openssl: properly get new BIO index"
BIO_get_new_index() is static counter meant to get index for custom bio
type definition. As we can read in the documentation:

> Note that BIO_get_new_index() can only be used 127 times before it
> returns an error.

We cannot call it repeatedly, because it will fail eventually.

To my understanding the index is not needed in our use and we could
safely use BIO_TYPE_NONE. Documentation states:

> type can be set to either BIO_TYPE_NONE or via BIO_get_new_index() if
> a unique type is required for searching (See BIO_find_type(3))

We don't use any search related functions.

This reverts commit 816dad231f.
Fixes: https://github.com/mpv-player/mpv/issues/16589

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
2025-07-30 02:56:12 +02:00
..
2024-03-31 00:08:43 +01:00
2024-08-28 16:27:54 +02:00
2025-06-27 22:32:51 -03:00
2025-04-13 22:49:21 +02:00
2024-09-24 15:37:15 +02:00
2025-04-13 22:49:21 +02:00
2024-03-31 00:08:43 +01:00
2024-03-26 06:36:43 +01:00
2024-03-31 00:08:43 +01:00
2025-04-22 20:45:57 +02:00
2025-01-17 23:33:27 +01:00
2025-04-22 20:45:57 +02:00
2024-03-31 00:08:43 +01:00
2024-03-31 00:08:43 +01:00
2024-03-11 16:52:42 +01:00
2024-12-02 03:14:47 +01:00
2024-06-19 10:12:50 -03:00
2024-03-31 00:08:43 +01:00
2024-03-26 06:36:43 +01:00
2025-06-23 17:19:18 +10:00
2024-06-04 11:46:27 +02:00
2024-07-21 16:41:23 +02:00
2023-05-31 09:03:58 -07:00
2024-04-17 18:31:06 +05:30
2024-05-01 02:57:12 +02:00
2024-04-06 12:59:56 +02:00
2024-04-06 12:59:56 +02:00
2024-04-06 12:59:56 +02:00
2025-02-16 15:41:41 +01:00
2024-03-31 00:08:43 +01:00
2024-03-31 00:08:43 +01:00
2024-03-31 00:08:43 +01:00
2024-03-31 00:08:43 +01:00
2024-03-31 00:08:43 +01:00
2024-07-21 16:41:43 +02:00
2025-03-28 15:23:28 +01:00
2024-03-31 00:08:43 +01:00
2025-07-04 17:07:53 +10:00
2024-03-31 00:08:43 +01:00
2024-11-03 10:53:15 +11:00
2025-06-23 17:19:18 +10:00
2024-03-15 12:51:15 +01:00
2024-03-15 12:51:15 +01:00
2025-07-11 16:32:05 +02:00
2025-07-07 01:45:10 +02:00
2025-06-11 19:19:50 +02:00
2024-08-14 18:20:58 +02:00
2024-07-21 17:02:11 +02:00
2024-03-31 00:08:43 +01:00
2024-03-31 00:08:43 +01:00
2025-06-26 17:35:46 +02:00
2024-07-21 17:02:11 +02:00
2025-02-07 10:13:50 -05:00
2024-03-26 06:36:43 +01:00
2025-07-17 14:33:47 +02:00
2024-03-26 06:36:43 +01:00
2024-07-21 17:02:12 +02:00
2024-03-31 00:08:43 +01:00