diff libvo/aspect.c @ 20765:dd41a1fc9000

MSGTRs for libvo/aspect.c and libvo/vo_xv.c
author kraymer
date Wed, 08 Nov 2006 14:55:37 +0000
parents a107276371a8
children 7753555efb15
line wrap: on
line diff
--- a/libvo/aspect.c	Wed Nov 08 14:52:33 2006 +0000
+++ b/libvo/aspect.c	Wed Nov 08 14:55:37 2006 +0000
@@ -3,6 +3,7 @@
 #include "geometry.h"
 //#ifndef ASPECT_TEST
 #include "mp_msg.h"
+#include "help_mp.h"
 //#endif
 
 //#define ASPECT_DEBUG
@@ -103,9 +104,9 @@
       *srcw = tmpw;
     }else{
 #ifndef ASPECT_TEST
-      mp_msg(MSGT_VO,MSGL_WARN,"aspect: Warning: no suitable new res found!\n");
+      mp_msg(MSGT_VO,MSGL_WARN,MSGTR_LIBVO_ASPECT_NoSuitableNewResFound);
 #else
-      mp_msg(MSGT_VO,MSGL_WARN,"error: no new size found that fits into res!\n");
+      mp_msg(MSGT_VO,MSGL_WARN,MSGTR_LIBVO_ASPECT_NoNewSizeFoundThatFitsIntoRes);
 #endif
     }
   }