On 01/09/2020 17:02, James Almer wrote: > How else would you read 32bit signed integers using AVIOContext function > helpers if not with avio_rb32()?
The mfra size is not signed. It is an unsigned 32-bit integer. Spec (mfro is the last part of the mfra): aligned(8) class MovieFragmentRandomAccessOffsetBox extends FullBox(‘mfro’, version, 0) { unsigned int(32) size; } - Derek _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".