]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tmv.c
Export H264 profile and level in AVCodecContext.
[ffmpeg] / libavcodec / tmv.c
index 5f746d5fb311f05c0386c0901cf84bfa55c4b08c..29aaae1fe71b339a063209dd8e6e572ca0f4a88b 100644 (file)
@@ -105,5 +105,6 @@ AVCodec tmv_decoder = {
     .priv_data_size = sizeof(TMVContext),
     .close          = tmv_decode_close,
     .decode         = tmv_decode_frame,
+    .capabilities   = CODEC_CAP_DR1,
     .long_name      = NULL_IF_CONFIG_SMALL("8088flex TMV"),
 };