1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavformat
Carl Eugen Hoyos fa35ab80f3 lavf/isom: Make auxiliary_offsets consistently uint64_t.
Fixes a compilation warning if size_t != uint64_t:
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;
                                             ^
2018-07-25 20:06:04 +02:00
..
2018-07-14 19:04:48 +02:00
2018-05-06 15:07:28 +08:00
2018-04-16 13:46:10 -03:00
2018-04-01 21:08:16 +02:00
2018-05-10 19:02:53 +08:00
2018-05-05 21:35:31 +02:00
2018-07-03 20:15:06 +01:00
2018-05-21 19:43:04 -03:00
2018-05-21 19:43:04 -03:00