[MPlayer-cvslog] r34695 - trunk/mplayer.c

ib subversion at mplayerhq.hu
Sun Feb 12 18:27:06 CET 2012


Author: ib
Date: Sun Feb 12 18:27:06 2012
New Revision: 34695

Log:
Revert one change of r34694.

MSGT_IDENTIFY must never be translatable.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Sun Feb 12 16:37:04 2012	(r34694)
+++ trunk/mplayer.c	Sun Feb 12 18:27:06 2012	(r34695)
@@ -528,7 +528,7 @@ static void print_file_properties(const 
     if (start_pts != MP_NOPTS_VALUE)
         mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=%.2f\n", start_pts);
     else
-        mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=%s\n", MSGTR_Unknown);
+        mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_START_TIME=unknown\n");
     mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_LENGTH=%.2f\n", demuxer_get_time_length(mpctx->demuxer));
     mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_SEEKABLE=%d\n",
            mpctx->stream->seek && (!mpctx->demuxer || mpctx->demuxer->seekable));


More information about the MPlayer-cvslog mailing list