Quoting Kacper Michajłow (2024-12-09 20:20:02) > This makes the behavior of av_file_map() the same on Windows as it is on > other platforms. The file is opened as read-only, but the mapping is > copy-on-write, allowing the user to write to the memory pages returned > by av_file_map(). > > This commit fixes libavutil\tests\file.c test, which would crash when > trying to write to a read-only memory page. > > Signed-off-by: Kacper Michajłow <kaspe...@gmail.com> > --- > libavutil/file.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Queued, will push soonish. Thanks, -- Anton Khirnov _______________________________________________ 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".