[MPlayer-DOCS] r33478 - in trunk: help/help_mp-en.h mplayer.c

cigaes subversion at mplayerhq.hu
Sat May 21 20:46:39 CEST 2011


Author: cigaes
Date: Sat May 21 20:46:39 2011
New Revision: 33478

Log:
stream dump: print progress information.

Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/mplayer.c

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Sat May 21 17:04:50 2011	(r33477)
+++ trunk/help/help_mp-en.h	Sat May 21 20:46:39 2011	(r33478)
@@ -70,6 +70,9 @@ static const char help_text[]=
 #define MSGTR_DumpSelectedStreamMissing "dump: FATAL: Selected stream missing!\n"
 #define MSGTR_CantOpenDumpfile "Cannot open dump file.\n"
 #define MSGTR_CoreDumped "Core dumped ;)\n"
+#define MSGTR_DumpBytesWrittenPercent "dump: %"PRIu64" bytes written (~%.1f%%)\r"
+#define MSGTR_DumpBytesWritten "dump: %"PRIu64" bytes written\r"
+#define MSGTR_DumpBytesWrittenTo "dump: %"PRIu64" bytes written to '%s'.\n"
 #define MSGTR_FPSnotspecified "FPS not specified in the header or invalid, use the -fps option.\n"
 #define MSGTR_TryForceAudioFmtStr "Trying to force audio codec driver family %s...\n"
 #define MSGTR_CantFindAudioCodec "Cannot find codec for audio format 0x%X.\n"


More information about the MPlayer-DOCS mailing list