GNOME Bugzilla – Bug 775287
qtdemux: change off_t type to gint
Last modified: 2016-11-29 11:12:57 UTC
off_t is a signed integer type provided by sys/types.h on posix systems. Replace with gint for building on non-posix systems (like windows).
Created attachment 340947 [details] [review] qtdemux: Change off_t type to gint
There's also goffset (~ off64_t), but this also seems ok in this context. Ideally this should be rewritten around GstByteReader though, should also make the code clearer.
Attachment 340947 [details] pushed as 4ec5dab - qtdemux: Change off_t type to gint