comparison help/help_mp-en.h @ 23010:74efb0fa8a0b

with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
author nicodvb
date Fri, 20 Apr 2007 21:49:49 +0000
parents 85ed7a6ac47e
children 69bf352bcef8
comparison
equal deleted inserted replaced
23009:41d042563508 23010:74efb0fa8a0b
631 #define MSGTR_EnterTelecineMode "\ndemux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate.\n" 631 #define MSGTR_EnterTelecineMode "\ndemux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate.\n"
632 632
633 #define MSGTR_CacheFill "\rCache fill: %5.2f%% (%"PRId64" bytes) " 633 #define MSGTR_CacheFill "\rCache fill: %5.2f%% (%"PRId64" bytes) "
634 #define MSGTR_NoBindFound "No bind found for key '%s'." 634 #define MSGTR_NoBindFound "No bind found for key '%s'."
635 #define MSGTR_FailedToOpen "Failed to open %s.\n" 635 #define MSGTR_FailedToOpen "Failed to open %s.\n"
636
637 #define MSGTR_VideoID "[%s] Video stream found, -vid %d\n"
638 #define MSGTR_AudioID "[%s] Audio stream found, -aid %d\n"
639 #define MSGTR_SubtitleID "[%s] Subtitle stream found, -sid %d\n"
636 640
637 // dec_video.c & dec_audio.c: 641 // dec_video.c & dec_audio.c:
638 #define MSGTR_CantOpenCodec "Could not open codec.\n" 642 #define MSGTR_CantOpenCodec "Could not open codec.\n"
639 #define MSGTR_CantCloseCodec "Could not close codec.\n" 643 #define MSGTR_CantCloseCodec "Could not close codec.\n"
640 644