]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cavs.c
Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'
[ffmpeg] / libavcodec / cavs.c
index e1ac0befa36ed1330928ad0c27a735ebb970058e..bcdeb7c2288273920b10f36cc88949784842c6e3 100644 (file)
@@ -715,7 +715,7 @@ void ff_cavs_init_top_lines(AVSContext *h) {
     /* alloc space for co-located MVs and types */
     h->col_mv       = av_mallocz( h->mb_width*h->mb_height*4*sizeof(cavs_vector));
     h->col_type_base = av_mallocz(h->mb_width*h->mb_height);
-    h->block        = av_mallocz(64*sizeof(DCTELEM));
+    h->block        = av_mallocz(64*sizeof(int16_t));
 }
 
 av_cold int ff_cavs_init(AVCodecContext *avctx) {