1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-19 22:01:10 +00:00

video: remove worthless log message

All this information is already output otherwise. Except the FourCC,
which lost most of its importance in mpv.
This commit is contained in:
wm4 2015-06-05 18:59:46 +02:00
parent 54b6389873
commit f30b28de46

View File

@ -253,12 +253,6 @@ int reinit_video_chain(struct MPContext *mpctx)
if (!sh)
goto no_video;
MP_VERBOSE(mpctx, "[V] fourcc:0x%X size:%dx%d fps:%5.3f\n",
sh->format,
sh->video->disp_w, sh->video->disp_h,
sh->video->fps);
//================== Init VIDEO (codec & libvo) ==========================
if (!mpctx->video_out) {
struct vo_extra ex = {
.input_ctx = mpctx->input,