1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

printfs changed...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@500 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-04-18 01:27:23 +00:00
parent 4b6d71715f
commit 51472516a0

View File

@ -62,7 +62,7 @@ int quant_store[MBR+1][MBC+1]; // [Review]
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 @@ void mpeg2_init (void)
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 @@ while(current<end){
#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");
}
}
//--------------------