Changes between Initial Version and Version 1 of Ticket #10144, comment 3


Ignore:
Timestamp:
Apr 10, 2023, 2:49:40 PM (3 years ago)
Author:
LoadingByte

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10144, comment 3

    initial v1  
    55In accordance, the function `get_video_buffer()` in `frame.c` actually allocates these extra bytes (look for `int plane_padding` there).
    66
    7 As such, I presume that this "bug" is actually intended behavior (but maybe not sufficiently well documented)?
     7As such, I presume that this "bug" is actually intended behavior (but maybe not sufficiently well documented)? Also, it's of course curious that it only occurs on macOS, but that could be related to different memory allocators between OSes.