From f30b28de46aa739758858a88095e0457e8860119 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 5 Jun 2015 18:59:46 +0200 Subject: video: remove worthless log message All this information is already output otherwise. Except the FourCC, which lost most of its importance in mpv. --- player/video.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'player/video.c') diff --git a/player/video.c b/player/video.c index 433d5cc618..73891890d0 100644 --- a/player/video.c +++ b/player/video.c @@ -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, -- cgit v1.2.3