]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/av1_parser.c
avcodec/mediacodecdec: re-indent after previous commit
[ffmpeg] / libavcodec / av1_parser.c
index bb8737a393ad5d3cdb9e346a5bb7927e5e5e6694..b916608d65c77c9f6aac4704b97f1a35270bc733 100644 (file)
@@ -68,8 +68,7 @@ static int av1_parser_parse(AVCodecParserContext *ctx,
 
         ret = ff_cbs_read(s->cbc, td, avctx->extradata, avctx->extradata_size);
         if (ret < 0) {
-            av_log(avctx, AV_LOG_ERROR, "Failed to parse extradata.\n");
-            goto end;
+            av_log(avctx, AV_LOG_WARNING, "Failed to parse extradata.\n");
         }
 
         ff_cbs_fragment_reset(s->cbc, td);