From 8a7d104a359aec7776712cb366d1d92e0f0328a8 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 21 Aug 2005 18:12:31 +0000 Subject: Now codecs will do the buffer flushing after seeking as they find it necessary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7369 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/codecs.c') diff --git a/apps/codecs.c b/apps/codecs.c index 004d4681f7..0093da67c5 100644 --- a/apps/codecs.c +++ b/apps/codecs.c @@ -247,6 +247,7 @@ struct codec_api ci = { memchr, NULL, + NULL, }; int codec_load_ram(char* codecptr, int size, void* ptr2, int bufwrap, -- cgit v1.2.3