]> 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 7e7e227ad99b68ef3b258ed55c5bf70f0614a483..6b70a91770ec418c5daa26f0ecc1723b419fdae9 100644 (file)
@@ -37,7 +37,7 @@ typedef struct {
     int qscale_type;
     int temp_linesize;
     uint8_t *src;
-    int16_t *temp;
+    uint16_t *temp;
     AVCodecContext *avctx;
     AVDCT *dct;
     int8_t *non_b_qp_table;