summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-24 21:04:25 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-24 21:04:25 +0000
commit741539bfc671875bf246fdee9d1c2394b9f66f94 (patch)
tree5e7542921187db7eb1485db20afbf55577271726 /libvo
parent8c03c249f10b9221004567b99eaf256bac1816e4 (diff)
downloadmpv-741539bfc671875bf246fdee9d1c2394b9f66f94.tar.bz2
mpv-741539bfc671875bf246fdee9d1c2394b9f66f94.tar.xz
fix printf->mp_msg transition, 10l to Reynaldo and/or Attila
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18261 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_tdfxfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_tdfxfb.c b/libvo/vo_tdfxfb.c
index 3a5ce206a1..08660db27d 100644
--- a/libvo/vo_tdfxfb.c
+++ b/libvo/vo_tdfxfb.c
@@ -248,7 +248,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_
break;
default:
- MSGTR_LIBVO_TDFXFB_BppOutputIsNotSupported, fb_vinfo.bits_per_pixel);
+ mp_msg(MSGT_VO, MSGL_ERR, MSGTR_LIBVO_TDFXFB_BppOutputIsNotSupported, fb_vinfo.bits_per_pixel);
return -1;
}