You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avcodec/pixblockdsp: Fix get_pixels alignment documentation
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user