Mercurial > mplayer.hg
diff help/help_mp-en.h @ 31956:a6c25d94e60e
Add new slave mode command for loading EDL file on demand.
Patch by Vlad Seryakov, vseryakov at gmail.
author | reynaldo |
---|---|
date | Fri, 03 Sep 2010 18:50:03 +0000 |
parents | 44f8d08901fe |
children | 184969a3a437 |
line wrap: on
line diff
--- a/help/help_mp-en.h Thu Sep 02 19:48:07 2010 +0000 +++ b/help/help_mp-en.h Fri Sep 03 18:50:03 2010 +0000 @@ -183,6 +183,7 @@ // --- edit decision lists #define MSGTR_EdlOutOfMem "Can't allocate enough memory to hold EDL data.\n" +#define MSGTR_EdlOutOfMemFile "Can't allocate enough memory to hold EDL file name [%s].\n" #define MSGTR_EdlRecordsNo "Read %d EDL actions.\n" #define MSGTR_EdlQueueEmpty "There are no EDL actions to take care of.\n" #define MSGTR_EdlCantOpenForWrite "Can't open EDL file [%s] for writing.\n"