]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_spp.h
x86/swr: add missing alignment check to pack_6ch functions
[ffmpeg] / libavfilter / vf_spp.h
index 14e1ddb6ebf7944da99bc70a089d4f1957c1550f..6b70a91770ec418c5daa26f0ecc1723b419fdae9 100644 (file)
@@ -45,7 +45,7 @@ typedef struct {
     int use_bframe_qp;
     int hsub, vsub;
 
-    void (*store_slice)(uint8_t *dst, const uint16_t *src,
+    void (*store_slice)(uint8_t *dst, const int16_t *src,
                         int dst_stride, int src_stride,
                         int width, int height, int log2_scale,
                         const uint8_t dither[8][8]);