diff --git a/modules/codec/ffmpeg/ffmpeg.c b/modules/codec/ffmpeg/ffmpeg.c index 3f13662ef2..aa89556f21 100644 --- a/modules/codec/ffmpeg/ffmpeg.c +++ b/modules/codec/ffmpeg/ffmpeg.c @@ -2,7 +2,7 @@ * ffmpeg.c: video decoder using ffmpeg library ***************************************************************************** * Copyright (C) 1999-2001 VideoLAN - * $Id: ffmpeg.c,v 1.38 2003/05/21 19:55:25 hartman Exp $ + * $Id: ffmpeg.c,v 1.39 2003/05/25 00:16:47 gbazin Exp $ * * Authors: Laurent Aimar * @@ -83,28 +83,17 @@ static int ffmpeg_GetFfmpegCodec( vlc_fourcc_t, int *, int *, char ** ); /***************************************************************************** * Module descriptor *****************************************************************************/ +#define DR_TEXT N_("Direct rendering") -#define ERROR_RESILIENCE_LONGTEXT \ +#define ERROR_TEXT N_("Error resilience") +#define ERROR_LONGTEXT N_( \ "ffmpeg can make errors resiliences. \n" \ "Nevertheless, with buggy encoder (like ISO MPEG-4 encoder from M$) " \ "this will produce a lot of errors.\n" \ - "Valid range is -1 to 99 (-1 disable all errors resiliences)." + "Valid range is -1 to 99 (-1 disable all errors resiliences).") -#define HURRY_UP_LONGTEXT \ - "Allow the decoder to partially decode or skip frame(s) " \ - "when there not enough time.\n It's usefull with low CPU power " \ - "but it could produce broken pictures." - -#define POSTPROCESSING_Q_LONGTEXT \ - "Quality of post processing\n"\ - "Valid range is 0 to 6" - -#define POSTPROCESSING_AQ_LONGTEXT \ - "Post processing quality is selected upon time left " \ - "but no more than requested quality\n" \ - "Not yet implemented !" - -#define WORKAROUND_BUGS_LONGTEXT \ +#define BUGS_TEXT N_("Workaround bugs") +#define BUGS_LONGTEXT N_( \ "Try to fix some bugs\n" \ "1 autodetect\n" \ "2 old msmpeg4\n" \ @@ -112,10 +101,25 @@ static int ffmpeg_GetFfmpegCodec( vlc_fourcc_t, int *, int *, char ** ); "8 ump4 \n" \ "16 no padding\n" \ "32 ac vlc" \ - "64 Qpel chroma" + "64 Qpel chroma") +#define HURRYUP_TEXT N_("Hurry up") +#define HURRYUP_LONGTEXT N_( \ + "Allow the decoder to partially decode or skip frame(s) " \ + "when there not enough time.\n It's usefull with low CPU power " \ + "but it could produce broken pictures.") + +#define TRUNC_TEXT N_("Truncated stream") +#define TRUNC_LONGTEXT N_("truncated stream -1:auto,0:disable,:1:enable") + +#define PP_Q_TEXT N_("Post processing quality") +#define PP_Q_LONGTEXT N_( \ + "Quality of post processing\n"\ + "Valid range is 0 to 6" ) + +#define LIBAVCODEC_PP_TEXT N_("Ffmpeg postproc filter chains") /* FIXME (cut/past from ffmpeg */ -#define LIBAVCODEC_PP_LONGHELP \ +#define LIBAVCODEC_PP_LONGTEXT \ "[: