summaryrefslogtreecommitdiffstats
path: root/find_sub.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-20 01:32:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-20 01:32:56 +0000
commit3a591997ba6ac447f9a8630eaae0e96f0cf5fb16 (patch)
tree88978f7cd8e7c30e87e61e222e523ddc0ea76a45 /find_sub.c
parente8b569487dda7df692f6898af52c678dfadaec76 (diff)
downloadmpv-3a591997ba6ac447f9a8630eaae0e96f0cf5fb16.tar.bz2
mpv-3a591997ba6ac447f9a8630eaae0e96f0cf5fb16.tar.xz
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13700 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'find_sub.c')
-rw-r--r--find_sub.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/find_sub.c b/find_sub.c
index d391d285d1..309ae7967d 100644
--- a/find_sub.c
+++ b/find_sub.c
@@ -12,6 +12,9 @@
#include "libvo/sub.h"
#include "subreader.h"
+#include "mp_msg.h"
+#include "help_mp.h"
+
static int current_sub=0;
//static subtitle* subtitles=NULL;
@@ -144,7 +147,7 @@ void find_sub(sub_data* subd,int key){
}
}
- printf("SUB ERROR: %d ? %d --- %d [%d] \n",key,(int)vo_sub->start,(int)vo_sub->end,current_sub);
+ mp_msg(MSGT_FIXME,MSGL_FIXME,"SUB ERROR: %d ? %d --- %d [%d] \n",key,(int)vo_sub->start,(int)vo_sub->end,current_sub);
vo_sub=NULL; // no sub here
}