]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vaapi_encode.c
dashdec: Make use of frame rate specified in Representation
[ffmpeg] / libavcodec / vaapi_encode.c
index 590f4be4ed04141bb046529a719294e3285a7901..550ea47991d3e74b0d3341afbb0d723c6c7ba74d 100644 (file)
@@ -1036,6 +1036,8 @@ static av_cold int vaapi_encode_config_attributes(AVCodecContext *avctx)
             // Unfortunately we have to treat this as "don't know" and hope
             // for the best, because the Intel MJPEG encoder returns this
             // for all the interesting attributes.
+            av_log(avctx, AV_LOG_DEBUG, "Attribute (%d) is not supported.\n",
+                   attr[i].type);
             continue;
         }
         switch (attr[i].type) {