comparison help_mp-en.h @ 6989:b2ba67f6203e

messages moved from dec_??d?o.c
author jaf
date Tue, 13 Aug 2002 16:04:16 +0000
parents 0504c8beccba
children c167153136b8
comparison
equal deleted inserted replaced
6988:d09524ea66b0 6989:b2ba67f6203e
281 281
282 #define MSGTR_AC3notvalid "AC3 stream not valid.\n" 282 #define MSGTR_AC3notvalid "AC3 stream not valid.\n"
283 #define MSGTR_AC3only48k "Only 48000 Hz streams supported.\n" 283 #define MSGTR_AC3only48k "Only 48000 Hz streams supported.\n"
284 #define MSGTR_UnknownAudio "Unknown/missing audio format, using nosound\n" 284 #define MSGTR_UnknownAudio "Unknown/missing audio format, using nosound\n"
285 285
286 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d\n"
287 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d\n"
288 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' isn't supported by selected vo & vd! \n"
289 #define MSGTR_VideoCodecFamilyNotAvailable "Requested video codec family [%s] (vfm=%d) not available (enable it at compile time!)\n"
290 #define MSGTR_AudioCodecFamilyNotAvailable "Requested audio codec family [%s] (afm=%d) not available (enable it at compile time!)\n"
291 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n"
292 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n"
293 #define MSGTR_UninitVideo "uninit video: %d \n"
294 #define MSGTR_UninitAudio "uninit audio: %d \n"
295 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n"
296 #define MSGTR_ADecoderInitFailed "ADecoder init failed :(\n"
297 #define MSGTR_ADecoderPreinitFailed "ADecoder preinit failed :(\n"
298 #define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Allocating %d bytes for input buffer\n"
299 #define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Allocating %d + %d = %d bytes for output buffer\n"
300
286 // LIRC: 301 // LIRC:
287 #define MSGTR_SettingUpLIRC "Setting up lirc support...\n" 302 #define MSGTR_SettingUpLIRC "Setting up lirc support...\n"
288 #define MSGTR_LIRCdisabled "You won't be able to use your remote control\n" 303 #define MSGTR_LIRCdisabled "You won't be able to use your remote control\n"
289 #define MSGTR_LIRCopenfailed "Failed opening lirc support!\n" 304 #define MSGTR_LIRCopenfailed "Failed opening lirc support!\n"
290 #define MSGTR_LIRCsocketerr "Something's wrong with the lirc socket: %s\n" 305 #define MSGTR_LIRCsocketerr "Something's wrong with the lirc socket: %s\n"