]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ansi.c
libopenh264dec: Export the decoded profile and level in AVCodecContext
[ffmpeg] / libavcodec / ansi.c
index 65e2e16faef9e04b55966c07e59677a229cdbcb7..0bdbdbe071b05e1a4f931da441dc71b7657bd9ea 100644 (file)
@@ -451,4 +451,5 @@ AVCodec ff_ansi_decoder = {
     .close          = decode_close,
     .decode         = decode_frame,
     .capabilities   = AV_CODEC_CAP_DR1,
+    .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE,
 };