1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-03 01:39:58 +02:00

hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessary

This commit is contained in:
Diego Biurrun 2016-01-19 17:57:03 +01:00
parent 40ad05bab2
commit 48b80f8393

View File

@ -76,6 +76,8 @@ typedef struct HpelDSPContext {
* @param pixels source
* @param line_size number of bytes in a horizontal line of block
* @param h height
* @note The size is kept at [4][4] to match the above pixel_tabs and avoid
* out of bounds reads in the motion estimation code.
*/
op_pixels_func put_no_rnd_pixels_tab[4][4];