]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hnm4video.c
pthread_frame: ensure the threads don't run simultaneously with hwaccel
[ffmpeg] / libavcodec / hnm4video.c
index 700504d87cbc27f07849dd366b21dd29fcf0e88f..1dc6ed3baced41b73c0b7d1c9f0630d66a68d809 100644 (file)
@@ -461,5 +461,5 @@ AVCodec ff_hnm4_video_decoder = {
     .init           = hnm_decode_init,
     .close          = hnm_decode_end,
     .decode         = hnm_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };