summaryrefslogtreecommitdiff
path: root/libavcodec/avdct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avdct.h')
-rw-r--r--libavcodec/avdct.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/avdct.h b/libavcodec/avdct.h
index 272422e44c..6411fab6f6 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;
/**