]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg12.c
dsputil: update per-arch init funcs for non-h264 high bit depth
[ffmpeg] / libavcodec / mpeg12.c
index 4cbfa8d6366f07309fd2ec626c87c12378e013c9..059083277aecf7f2bcb0aa77c42216c895055bb2 100644 (file)
@@ -2539,7 +2539,7 @@ AVCodec ff_mpeg1video_decoder = {
     NULL,
     mpeg_decode_end,
     mpeg_decode_frame,
-    CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED | CODEC_CAP_DELAY,
+    CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED | CODEC_CAP_DELAY | CODEC_CAP_SLICE_THREADS,
     .flush= flush,
     .max_lowres= 3,
     .long_name= NULL_IF_CONFIG_SMALL("MPEG-1 video"),