diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-03-15 00:52:50 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-03-20 17:19:14 +0100 |
commit | a171cafb355935faf563f979a2382d98dfb0b8c4 (patch) | |
tree | 2ec3fec299192a8e832fa876f33374a62872090d /libavformat/rawutils.c | |
parent | ba0a56e0b00474eb0e47d503b139816fe28c47e5 (diff) | |
download | ffmpeg-a171cafb355935faf563f979a2382d98dfb0b8c4.tar.gz |
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
Diffstat (limited to 'libavformat/rawutils.c')
0 files changed, 0 insertions, 0 deletions