Commits on Source (6)
-
6dad92bf
-
There are no particular reasons to allocate the frame structure and the frame buffer together. In fact, this prevents the effective use of aligned allocation functions for the buffer, and reduces the effectiveness of the address sanitiser. This is also no longer necessary for vlc_frame_Realloc() to work; the function now works optimally regardless of how the frame was allocated. The ad-hoc overflow check is also dropped, as it is unnecessary whence size is always smaller than 2^28.
cbe2dfa7 -
d9bf20cf
-
b98765d5
-
0c3bc60e
-
9ae9734d
Showing
- include/vlc_block.h 1 addition, 0 deletionsinclude/vlc_block.h
- include/vlc_frame.h 18 additions, 0 deletionsinclude/vlc_frame.h
- lib/picture.c 2 additions, 3 deletionslib/picture.c
- src/libvlccore.sym 1 addition, 0 deletionssrc/libvlccore.sym
- src/misc/frame.c 51 additions, 53 deletionssrc/misc/frame.c