Changeset a171caf in ffmpeg

Timestamp:
Mar 20, 2019, 4:19:14 PM (6 years ago)
Author:
Carl Eugen Hoyos <ceffmpeg@gmail.com>
Branches:
master
Children:
801d78f0
Parents:
ba0a56e
git-author:
Carl Eugen Hoyos <ceffmpeg@gmail.com> (03/14/19 23:52:50)
git-committer:
Carl Eugen Hoyos <ceffmpeg@gmail.com> (03/20/19 16:19:14)
Message:

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

(No files)

Note: See TracChangeset for help on using the changeset viewer.