Mercurial > libavcodec.hg
comparison utils.c @ 4197:bbe0bc387a19 libavcodec
revert bad checkin
author | mru |
---|---|
date | Tue, 14 Nov 2006 03:18:09 +0000 |
parents | fbac0859753d |
children | ca322819f0cc |
comparison
equal
deleted
inserted
replaced
4196:fbac0859753d | 4197:bbe0bc387a19 |
---|---|
1195 | 1195 |
1196 if (inited != 0) | 1196 if (inited != 0) |
1197 return; | 1197 return; |
1198 inited = 1; | 1198 inited = 1; |
1199 | 1199 |
1200 ff_dsputil_static_init(); | 1200 dsputil_static_init(); |
1201 init_crcs(); | 1201 init_crcs(); |
1202 } | 1202 } |
1203 | 1203 |
1204 /** | 1204 /** |
1205 * Flush buffers, should be called when seeking or when swicthing to a different stream. | 1205 * Flush buffers, should be called when seeking or when swicthing to a different stream. |