Skip to content
Snippets Groups Projects
Commit fa35ab80 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

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;
                                             ^
parent c51e0cd6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment