avcodec/pixblockdsp: Fix get_pixels alignment documentation
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
17d5f30dd5
commit
fbf5cfaed5
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
typedef struct PixblockDSPContext {
|
||||
void (*get_pixels)(int16_t *restrict block /* align 16 */,
|
||||
const uint8_t *pixels /* align 8 */,
|
||||
const uint8_t *pixels /* align 8 for <= 8 bit, 16 otherwise */,
|
||||
ptrdiff_t stride);
|
||||
void (*get_pixels_unaligned)(int16_t *restrict block /* align 16 */,
|
||||
const uint8_t *pixels,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue