summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-06-05 18:59:46 +0200
committerwm4 <wm4@nowhere>2015-06-05 18:59:46 +0200
commitf30b28de46aa739758858a88095e0457e8860119 (patch)
tree8c43578d85c8bc172dd9c7965acb7b931379dc78 /player
parent54b6389873210d06c86c0d3bda4e9ca48a1c094d (diff)
downloadmpv-f30b28de46aa739758858a88095e0457e8860119.tar.bz2
mpv-f30b28de46aa739758858a88095e0457e8860119.tar.xz
video: remove worthless log message
All this information is already output otherwise. Except the FourCC, which lost most of its importance in mpv.
Diffstat (limited to 'player')
-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,