diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-02-02 13:39:30 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-02-02 13:39:30 +0000 |
commit | 0a17da99bec4de32c7841643f8abecfc55eb85b2 (patch) | |
tree | eb123e140a70194e3196fc2e5ab338ed08c875c3 | |
parent | d1e98af21f42522fdc8ed077021a472c7e7cb17b (diff) | |
download | xine-lib-0a17da99bec4de32c7841643f8abecfc55eb85b2.tar.gz xine-lib-0a17da99bec4de32c7841643f8abecfc55eb85b2.tar.bz2 |
ooopppss... :)
CVS patchset: 1468
CVS date: 2002/02/02 13:39:30
-rw-r--r-- | src/xine-engine/video_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 9cdee4bf6..8f43d71ce 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.c,v 1.69 2002/02/02 13:26:34 miguelfreitas Exp $ + * $Id: video_out.c,v 1.70 2002/02/02 13:39:30 miguelfreitas Exp $ * */ @@ -402,7 +402,7 @@ static void *video_out_loop (void *this_gen) { if (img_backup) { pthread_mutex_lock (&img_backup->mutex); #ifdef VIDEO_OUT_LOG - prcvs -z3 -d:ext:miguelfreitas@cvs.xine.sourceforge.net:/cvsroot/xine commitintf("video_out : overwriting frame backup\n"); + printf("video_out : overwriting frame backup\n"); #endif img_backup->display_locked = 0; if (!img_backup->decoder_locked) |