diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-05 17:13:47 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-05 17:13:47 +0000 |
commit | fc50523f80ae3dafbea61b3af75c4f109e6fb6d8 (patch) | |
tree | 0e857027154b24414ed87e0a556ee187e2f21bab /help/help_mp-es.h | |
parent | c5b0ff1cfacfa502eb0647f329756ddf7c79fcb6 (diff) |
Add support for loading ASS subtitles through the stream layer and thus e.g.
from some network location.
Patch by Yuriy Kaminskiy [yumkam mail ru]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30515 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-es.h')
-rw-r--r-- | help/help_mp-es.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-es.h b/help/help_mp-es.h index 7cad6e12bd..3b47b5d6a9 100644 --- a/help/help_mp-es.h +++ b/help/help_mp-es.h @@ -2080,7 +2080,7 @@ static const char help_text[]= #define MSGTR_LIBASS_ErrorRecodingFile "[ass] error recodificando el fichero.\n" #define MSGTR_LIBASS_FopenFailed "[ass] ass_read_file(%s): fopen ha fallado\n" #define MSGTR_LIBASS_FseekFailed "[ass] ass_read_file(%s): fseek ha fallado\n" -#define MSGTR_LIBASS_RefusingToLoadSubtitlesLargerThan10M "[ass] ass_read_file(%s): No se pueden cargar ficheros de subtítulos mayores de 10M\n" +#define MSGTR_LIBASS_RefusingToLoadSubtitlesLargerThan100M "[ass] ass_read_file(%s): No se pueden cargar ficheros de subtítulos mayores de 100M\n" #define MSGTR_LIBASS_ReadFailed "La lectura ha fallado, %d: %s\n" #define MSGTR_LIBASS_AddedSubtitleFileMemory "[ass] Añadido fichero de subtítulos: <memoria> (%d estilos, %d eventos)\n" #define MSGTR_LIBASS_AddedSubtitleFileFname "[ass] Añadido fichero de subtítulos: %s (%d estilos, %d eventos)\n" |