1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

yes, that's nice...

Originally committed as revision 3072 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson 2004-04-26 00:33:59 +00:00
parent 116824d0aa
commit 75b4f3c6d6

View File

@ -799,7 +799,6 @@ static unsigned short __align16 SSE2_idct_data[7 * 8] =
void vp3_dsp_init_sse2(void)
{
/* nop */
av_log(NULL, AV_LOG_INFO, "Hey! SSE2!\n");
}