]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264.c
DCA: ARM/NEON optimised lfe_fir
[ffmpeg] / libavcodec / h264.c
index 62c74a3325e85d95d94259c08492ac044f153785..9943ab956f6b2317047430643d54d2bc766ea01f 100644 (file)
@@ -1843,6 +1843,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
             c = h->thread_context[i] = av_malloc(sizeof(H264Context));
             memcpy(c, h->s.thread_context[i], sizeof(MpegEncContext));
             memset(&c->s + 1, 0, sizeof(H264Context) - sizeof(MpegEncContext));
+            c->h264dsp = h->h264dsp;
             c->sps = h->sps;
             c->pps = h->pps;
             init_scan_tables(c);