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