1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

revert bad checkin

Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2006-11-14 03:18:09 +00:00
parent be6ed6fff4
commit 486497e07b
18 changed files with 76 additions and 67 deletions

View File

@@ -1197,7 +1197,7 @@ void avcodec_init(void)
return;
inited = 1;
ff_dsputil_static_init();
dsputil_static_init();
init_crcs();
}