Re: [FFmpeg-devel] [PATCH]lavf/mov: Make auxiliary_offsets consistently size_t.

2018-07-25 Thread Carl Eugen Hoyos
2018-07-25 20:03 GMT+02:00, Michael Niedermayer : > On Tue, Jul 24, 2018 at 10:36:06PM +0200, Carl Eugen Hoyos wrote: >> 2018-07-21 22:43 GMT+02:00, Michael Niedermayer : >> > On Sat, Jul 21, 2018 at 03:52:19PM +0200, Carl Eugen Hoyos wrote: >> >> Hi! >> >> >> >> Attached patch fixes a warning on p

Re: [FFmpeg-devel] [PATCH]lavf/mov: Make auxiliary_offsets consistently size_t.

2018-07-25 Thread Michael Niedermayer
On Tue, Jul 24, 2018 at 10:36:06PM +0200, Carl Eugen Hoyos wrote: > 2018-07-21 22:43 GMT+02:00, Michael Niedermayer : > > On Sat, Jul 21, 2018 at 03:52:19PM +0200, Carl Eugen Hoyos wrote: > >> Hi! > >> > >> Attached patch fixes a warning on ppc32: > >> libavformat/mov.c: In function ‘mov_read_saio’

Re: [FFmpeg-devel] [PATCH]lavf/mov: Make auxiliary_offsets consistently size_t.

2018-07-24 Thread Carl Eugen Hoyos
2018-07-21 22:43 GMT+02:00, Michael Niedermayer : > On Sat, Jul 21, 2018 at 03:52:19PM +0200, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch fixes a warning on ppc32: >> libavformat/mov.c: In function ‘mov_read_saio’: >> libavformat/mov.c:6207:45: warning: assignment from incompatible >> point

Re: [FFmpeg-devel] [PATCH]lavf/mov: Make auxiliary_offsets consistently size_t.

2018-07-21 Thread Michael Niedermayer
On Sat, Jul 21, 2018 at 03:52:19PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes a warning on ppc32: > libavformat/mov.c: In function ‘mov_read_saio’: > libavformat/mov.c:6207:45: warning: assignment from incompatible > pointer type [-Wincompatible-pointer-types] > encrypt

[FFmpeg-devel] [PATCH]lavf/mov: Make auxiliary_offsets consistently size_t.

2018-07-21 Thread Carl Eugen Hoyos
Hi! Attached patch fixes a warning on ppc32: libavformat/mov.c: In function ‘mov_read_saio’: libavformat/mov.c:6207:45: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] encryption_index->auxiliary_offsets = auxiliary_offsets;