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

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Jul 21 16:52:19 EEST 2018


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;
                                             ^

Please comment, Carl Eugen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavf-mov-Make-auxiliary_offsets-consistently-size_t.patch
Type: text/x-patch
Size: 1187 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180721/7510eda7/attachment.bin>


More information about the ffmpeg-devel mailing list