summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-07 09:08:10 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-07 09:08:10 +0000
commit34c490baf043393576b65b0b41581e2a0e1d6ad7 (patch)
treedaf8a5e549fc8d2a651f808d147fdc1a310ca1eb /mencoder.c
parent57cbf16ef70760100b2ab4fcd8f3e949c07ea177 (diff)
downloadmpv-34c490baf043393576b65b0b41581e2a0e1d6ad7.tar.bz2
mpv-34c490baf043393576b65b0b41581e2a0e1d6ad7.tar.xz
using help_mp-??.h for one message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6947 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index e69229f33d..533cac1ccf 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -458,7 +458,7 @@ sh_audio=d_audio->sh;
sh_video=d_video->sh;
if(!video_read_properties(sh_video)){
- printf("Couldn't read video properties\n");
+ printf(MSGTR_CannotReadVideoPropertiers);
mencoder_exit(1,NULL);
}