Mercurial > mplayer.hg
changeset 499:3601edb3805c
printfs changed...
author | arpi_esp |
---|---|
date | Wed, 18 Apr 2001 01:27:23 +0000 |
parents | 86c689b3e40e |
children | c2b3a1f340c8 |
files | libmpeg2/decode.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpeg2/decode.c Wed Apr 18 01:25:09 2001 +0000 +++ b/libmpeg2/decode.c Wed Apr 18 01:27:23 2001 +0000 @@ -62,7 +62,7 @@ void mpeg2_init (void) { - printf (PACKAGE"-"VERSION" (C) 2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>\n"); + printf (PACKAGE"-"VERSION" (C) 2000-2001 Aaron Holtzman & Michel Lespinasse\n"); config.flags = 0; #ifdef HAVE_MMX config.flags |= MM_ACCEL_X86_MMX; @@ -77,7 +77,7 @@ config.flags |= MM_ACCEL_MLIB; #endif - printf("libmpeg2 config flags = 0x%X\n",config.flags); +// printf("libmpeg2 config flags = 0x%X\n",config.flags); picture=shmem_alloc(sizeof(picture_t)); // !!! NEW HACK :) !!! @@ -328,7 +328,7 @@ #ifdef ARCH_X86 if (config.flags & MM_ACCEL_X86_MMX) emms (); #endif - printf("@@@ libmpeg2 returned from sig11... @@@\n"); + printf("@@@ libmpeg2 returned from sig11... (bad file?) @@@\n"); } } //--------------------