From a222f27c4a17ed8f9809cda7861fe5f23d4cc0c1 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 29 Dec 2007 19:46:35 +0000 Subject: mpegplayer: Make playback engine fully seekable and frame-accurate and split into logical parts. Be sure to have all current features work. Actual UI for seeking will be added soon. Recommended GOP size is about 15-30 frames depending on target or seeking can be slow with really long GOPs (nature of MPEG video). More refined encoding recommendations for a particular player should be posted soon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15977 a1c6a512-1295-4272-9138-f99709370657 --- firmware/general.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/general.c') diff --git a/firmware/general.c b/firmware/general.c index cc3710c8f3..117e6c3548 100644 --- a/firmware/general.c +++ b/firmware/general.c @@ -77,8 +77,6 @@ int make_list_from_caps32(unsigned long src_mask, return count; } /* make_list_from_caps32 */ -/* Only needed for cache aligning atm */ -#ifdef PROC_NEEDS_CACHEALIGN /* Align a buffer and size to a size boundary while remaining within * the original boundaries */ size_t align_buffer(void **start, size_t size, size_t align) @@ -98,4 +96,3 @@ size_t align_buffer(void **start, size_t size, size_t align) *start = newstart; return newend - newstart; } -#endif /* PROC_NEEDS_CACHEALIGN */ -- cgit v1.2.3