Re: [FFmpeg-devel] [PATCH]lavf/sdp: Change configuration pointer from char* to uint8_t*.

2019-03-20 Thread Carl Eugen Hoyos
2019-03-16 0:11 GMT+01:00, Michael Niedermayer : > On Fri, Mar 15, 2019 at 12:56:05AM +0100, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch silences three warnings with clang and makes the >> pointer type equal to what the function called with the pointer >> expects. >> >> Please comment,

Re: [FFmpeg-devel] [PATCH]lavf/sdp: Change configuration pointer from char* to uint8_t*.

2019-03-15 Thread Michael Niedermayer
On Fri, Mar 15, 2019 at 12:56:05AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch silences three warnings with clang and makes the > pointer type equal to what the function called with the pointer > expects. > > Please comment, Carl Eugen > sdp.c |3 ++- > 1 file changed, 2

[FFmpeg-devel] [PATCH]lavf/sdp: Change configuration pointer from char* to uint8_t*.

2019-03-14 Thread Carl Eugen Hoyos
Hi! Attached patch silences three warnings with clang and makes the pointer type equal to what the function called with the pointer expects. Please comment, Carl Eugen From cf06b8cc09acd676ac6fb713168c23342d26e1b8 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 15 Mar 2019 00:52:50