]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sunrast.c
omx: Use the EOS flag to handle flushing at the end
[ffmpeg] / libavcodec / sunrast.c
index ffa685c19f21ecff2ca0fdf8df722cb3b06ada88..6a928bb2cf50f167f7c9a0c5b2885c40480e4a35 100644 (file)
@@ -172,5 +172,5 @@ AVCodec ff_sunrast_decoder = {
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_SUNRAST,
     .decode         = sunrast_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };