comparison mencoder.c @ 28271:16c12cf160ef

Update copyright year.
author diego
date Sun, 11 Jan 2009 23:20:56 +0000
parents 9e739bdb049c
children 4210f3621db1
comparison
equal deleted inserted replaced
28270:aba9a3186ce9 28271:16c12cf160ef
419 m_config_register_options(mconfig,mencoder_opts); 419 m_config_register_options(mconfig,mencoder_opts);
420 420
421 // Preparse the command line 421 // Preparse the command line
422 m_config_preparse_command_line(mconfig,argc,argv); 422 m_config_preparse_command_line(mconfig,argc,argv);
423 423
424 mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2008 MPlayer Team\n"); 424 mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2009 MPlayer Team\n");
425 425
426 /* Test for cpu capabilities (and corresponding OS support) for optimizing */ 426 /* Test for cpu capabilities (and corresponding OS support) for optimizing */
427 GetCpuCaps(&gCpuCaps); 427 GetCpuCaps(&gCpuCaps);
428 #ifdef ARCH_X86 428 #ifdef ARCH_X86
429 mp_msg(MSGT_CPLAYER,MSGL_INFO,"CPUflags: Type: %d MMX: %d MMX2: %d 3DNow: %d 3DNow2: %d SSE: %d SSE2: %d\n", 429 mp_msg(MSGT_CPLAYER,MSGL_INFO,"CPUflags: Type: %d MMX: %d MMX2: %d 3DNow: %d 3DNow2: %d SSE: %d SSE2: %d\n",