mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
Merge commit '48b80f8393d418ad35d73f5a36f5011de1928f3c'
* commit '48b80f8393d418ad35d73f5a36f5011de1928f3c': hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessary Merged-by: Clément Bœsch <cboesch@gopro.com>
This commit is contained in:
commit
6426c58b1c
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user