Remove printf that was left accidentally

This commit is contained in:
simon987 2020-07-18 20:54:39 -04:00
parent 842d2c38e1
commit a1ab2f7ceb

View File

@ -489,7 +489,6 @@ void parse_media_vfile(scan_media_ctx_t *ctx, struct vfile *f, document_t *doc)
avio_context_free(&io_ctx);
avformat_close_input(&pFormatCtx);
avformat_free_context(pFormatCtx);
printf("%s\n", av_err2str(res));
return;
}