1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavformat
Carl Eugen Hoyos a171cafb35 lavf/sdp: Change pointer to configuration from char* to uint8_t*.
This is also what av_base64_encode() expects.
Fixes the following warnings with clang:
libavformat/sdp.c:394:40: warning: implicit conversion from 'int' to 'char' changes value from 254 to -2
libavformat/sdp.c:395:40: warning: implicit conversion from 'int' to 'char' changes value from 205 to -51
libavformat/sdp.c:396:40: warning: implicit conversion from 'int' to 'char' changes value from 186 to -70
2019-03-20 17:19:14 +01:00
..
2019-01-02 16:21:46 +01:00
2019-01-15 10:57:29 +01:00
2019-01-02 16:28:46 +01:00
2019-01-02 16:14:19 +01:00
2019-03-14 16:24:35 +01:00
2018-12-13 18:58:48 +01:00
2019-01-16 10:26:53 +01:00
2019-01-15 10:57:29 +01:00
2019-02-18 23:08:38 +01:00
2018-12-14 21:53:41 +01:00
2018-09-11 21:48:49 +01:00
2019-01-27 13:53:29 +01:00
2018-10-13 15:40:08 +02:00
2019-03-01 22:31:00 +01:00
2018-11-26 23:47:29 +01:00
2019-01-02 16:25:26 +01:00