summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/video.c6
1 files changed, 0 insertions, 6 deletions
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,