X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Favdct.h;h=6411fab6f637fee80978029fbee26203911a9edf;hb=1ab3ae6fd5b1866aa42cfc0c5d79700adb7281d8;hp=272422e44c91c8f5feae396900f79e38146abde3;hpb=ccef7a85d6491fb354a36970162fa0204217d8e7;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; /**