Marton Balint
9b0128aa76
avutil/wchar_filename: re-introduce explicit cast of void* to char*
...
Fixes compile error on windows with decklink:
In file included from ./libavformat/os_support.h:175,
from ./libavformat/internal.h:30,
from libavdevice/decklink_common.cpp:25:
./libavutil/wchar_filename.h: In function 'int wchartocp(unsigned int, const wchar_t*, char**)':
./libavutil/wchar_filename.h:59:32: error: invalid conversion from 'void*' to 'char*' [-fpermissive]
59 | *filename = av_malloc_array(num_chars, sizeof **filename);
| ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| void*
Regression since e9e8bea2e79bc3c481a6f81f75f6c871e3e0f367.
Fixes ticket #11103 .
Signed-off-by: Marton Balint <cus@passwd.hu>
2024-10-27 09:37:46 +01:00
..
2024-09-27 00:06:30 +03:00
2024-09-09 06:20:11 -04:00
2024-09-09 06:20:11 -04:00
2024-09-09 06:20:11 -04:00
2024-09-21 03:11:22 -04:00
2024-09-09 06:20:11 -04:00
2024-10-26 00:04:23 -03:00
2024-10-06 01:32:49 +02:00
2024-06-20 17:02:50 -03:00
2024-07-21 17:02:12 +02:00
2024-09-30 09:14:04 +02:00
2024-05-13 03:26:57 +02:00
2024-06-13 21:16:16 +03:00
2024-07-21 17:02:13 +02:00
2024-06-02 18:34:38 +02:00
2024-06-02 18:34:38 +02:00
2024-06-14 14:28:25 +02:00
2024-09-09 06:20:11 -04:00
2024-09-28 18:50:08 -04:00
2024-09-27 00:04:30 +03:00
2024-03-31 00:08:43 +01:00
2024-04-03 16:16:25 +02:00
2024-08-16 11:48:02 +02:00
2024-04-25 14:13:47 +01:00
2024-04-25 14:13:47 +01:00
2024-03-31 00:08:43 +01:00
2024-07-11 20:26:23 +08:00
2024-06-27 20:54:42 +08:00
2024-07-16 22:50:21 +08:00
2024-09-13 00:29:10 +02:00
2024-03-31 00:08:43 +01:00
2024-03-31 00:08:43 +01:00
2024-05-31 22:22:43 +03:00
2024-06-01 11:15:30 -03:00
2024-09-23 17:11:38 +02:00
2024-09-23 17:11:38 +02:00
2024-10-26 00:04:55 -03:00
2024-07-02 14:15:12 +02:00
2024-07-02 14:15:12 +02:00
2024-03-31 00:08:43 +01:00
2024-10-26 09:26:36 -03:00
2024-08-09 13:40:26 +08:00
2024-05-20 09:30:48 +08:00
2024-08-09 13:40:24 +08:00
2024-10-12 11:21:14 -03:00
2024-07-05 19:13:43 +08:00
2024-10-23 20:06:03 -03:00
2024-08-11 05:13:16 +02:00
2024-05-04 21:31:33 -03:00
2024-09-26 16:42:45 -03:00
2024-03-31 00:08:43 +01:00
2024-07-12 22:16:05 +02:00
2024-03-31 00:08:43 +01:00
2024-06-14 14:28:25 +02:00
2024-08-26 10:26:59 +02:00
2024-06-01 18:05:58 +03:00
2024-06-01 18:05:58 +03:00
2024-10-01 09:57:57 +02:00
2024-06-18 15:24:12 +08:00
2024-10-06 01:21:44 +02:00
2024-06-20 17:02:50 -03:00
2024-04-11 11:46:18 -03:00
2024-03-31 00:08:43 +01:00
2024-10-16 16:46:29 +02:00
2024-10-16 16:46:29 +02:00
2024-03-31 00:08:43 +01:00
2024-10-26 00:04:23 -03:00
2024-10-26 00:04:23 -03:00
2024-05-28 03:48:05 +02:00
2024-07-21 17:02:13 +02:00
2024-06-18 14:47:40 +01:00
2024-06-18 14:47:40 +01:00
2024-06-28 13:16:57 -03:00
2024-06-28 13:16:57 -03:00
2024-07-21 15:29:25 +02:00
2024-08-05 21:16:26 +03:00
2024-06-30 09:11:44 +02:00
2024-03-31 00:08:43 +01:00
2024-03-31 00:08:43 +01:00
2024-09-30 09:14:04 +02:00
2024-03-31 00:08:42 +01:00
2024-10-26 00:04:23 -03:00
2024-10-04 10:10:43 +02:00
2024-10-06 01:21:44 +02:00
2024-10-04 10:41:03 +02:00
2024-10-06 01:21:44 +02:00
2024-10-06 06:04:36 +02:00
2024-10-23 20:06:03 -03:00
2024-10-16 12:48:15 +02:00
2024-10-27 09:37:46 +01:00