diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-08-20 23:12:56 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-08-20 23:12:56 +0000 |
| commit | c8e69dfb71d936b4bc5e18f6246ac126c629f772 (patch) | |
| tree | d43563a0c30011d3ec7af1e13e1892bdfff60a46 /apps/plugins/mpegplayer/SOURCES | |
| parent | 18cfe431d7556f8cd7047018febe191073c26a1f (diff) | |
| download | rockbox-c8e69dfb71d936b4bc5e18f6246ac126c629f772.zip rockbox-c8e69dfb71d936b4bc5e18f6246ac126c629f772.tar.gz rockbox-c8e69dfb71d936b4bc5e18f6246ac126c629f772.tar.bz2 rockbox-c8e69dfb71d936b4bc5e18f6246ac126c629f772.tar.xz | |
Move FPS display out of video_out_rockbox.c and into mpegplayer.c. Also add frame-rate limiting and frame-skipping (skipping display only, not decoding) to try and achieve real-time playback. Frame-rate limiting and frame skipping (and FPS display) are enabled via options in a new menu and are currently all off by default.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10669 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mpegplayer/SOURCES')
| -rw-r--r-- | apps/plugins/mpegplayer/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/SOURCES b/apps/plugins/mpegplayer/SOURCES index 2ea6f30..4646599 100644 --- a/apps/plugins/mpegplayer/SOURCES +++ b/apps/plugins/mpegplayer/SOURCES @@ -7,4 +7,5 @@ idct.c motion_comp.c slice.c video_out_rockbox.c +mpeg_settings.c mpegplayer.c |