1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 23:07:02 +00:00

using help_mp-??.h for one message

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6947 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2002-08-07 09:08:10 +00:00
parent 57cbf16ef7
commit 34c490baf0

View File

@ -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);
}