[FFmpeg-devel] [PATCH] avformat: Add multi protocol
James Almer
jamrial at gmail.com
Fri Jul 22 04:27:35 EEST 2016
On 7/19/2016 1:42 PM, Michael Niedermayer wrote:
> fixed
>
> applied
>
> thx
CC libavformat/teeproto.o
src/libavformat/teeproto.c: In function ‘tee_open’:
src/libavformat/teeproto.c:105:52: warning: argument to "sizeof" in "memset" call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
memset(&c->child[c->child_count], 0, sizeof(&c->child[c->child_count]));
^
More information about the ffmpeg-devel
mailing list