Author: reynaldo Date: Fri Sep 3 20:50:03 2010 New Revision: 32040 Log: Add new slave mode command for loading EDL file on demand. Patch by Vlad Seryakov, vseryakov at gmail.
Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/DOCS/tech/slave.txt trunk/input/input.c trunk/input/input.h trunk/mplayer.c trunk/mplayer.h Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Thu Sep 2 21:48:07 2010 (r32039) +++ trunk/help/help_mp-en.h Fri Sep 3 20:50:03 2010 (r32040) @@ -183,6 +183,7 @@ static const char help_text[]= // --- 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" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
