mirror of
https://github.com/simon987/libscan.git
synced 2025-04-06 04:42:59 +00:00
Remove printf that was left accidentally
This commit is contained in:
parent
842d2c38e1
commit
a1ab2f7ceb
@ -489,7 +489,6 @@ void parse_media_vfile(scan_media_ctx_t *ctx, struct vfile *f, document_t *doc)
|
|||||||
avio_context_free(&io_ctx);
|
avio_context_free(&io_ctx);
|
||||||
avformat_close_input(&pFormatCtx);
|
avformat_close_input(&pFormatCtx);
|
||||||
avformat_free_context(pFormatCtx);
|
avformat_free_context(pFormatCtx);
|
||||||
printf("%s\n", av_err2str(res));
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user