X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Favdct.h;h=6411fab6f637fee80978029fbee26203911a9edf;hb=12c8aeb2b822f8acec5a94ed4591ec6db9994c74;hp=272422e44c91c8f5feae396900f79e38146abde3;hpb=03210fe138f3b3bd7f5272fe29aca810cf517329;p=ffmpeg diff --git a/libavcodec/avdct.h b/libavcodec/avdct.h index 272422e44c9..6411fab6f63 100644 --- a/libavcodec/avdct.h +++ b/libavcodec/avdct.h @@ -67,6 +67,10 @@ typedef struct AVDCT { ptrdiff_t line_size); int bits_per_sample; + + void (*get_pixels_unaligned)(int16_t *block /* align 16 */, + const uint8_t *pixels, + ptrdiff_t line_size); } AVDCT; /**