[vlc-devel] commit: Don't use deprecated functions. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Jun 15 02:46:37 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 17:17:36 2008 -0700| [2d85699db07d43c46ca2b7eafcf81bfce489b0e9]

Don't use deprecated functions.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d85699db07d43c46ca2b7eafcf81bfce489b0e9
---

 modules/video_output/caca.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/caca.c b/modules/video_output/caca.c
index 54d7cfc..0a8408c 100644
--- a/modules/video_output/caca.c
+++ b/modules/video_output/caca.c
@@ -391,7 +391,7 @@ static int Manage( vout_thread_t *p_vout )
  *****************************************************************************/
 static void Render( vout_thread_t *p_vout, picture_t *p_pic )
 {
-    cucul_set_color( p_vout->p_sys->p_cv,
+    cucul_set_color_ansi( p_vout->p_sys->p_cv,
                      CUCUL_COLOR_DEFAULT, CUCUL_COLOR_BLACK );
     cucul_clear_canvas( p_vout->p_sys->p_cv );
     cucul_dither_bitmap( p_vout->p_sys->p_cv, 0, 0,




More information about the vlc-devel mailing list