summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2009-06-20 22:44:36 +0000
committerMarianne Arnold <pixelma@rockbox.org>2009-06-20 22:44:36 +0000
commit1f07151110ed32bf3f443b9c509bec463c50412d (patch)
tree044d5c833b4667ef124b4e61663451ac447422cf /manual/plugins
parent05e3aad62086e56197c917a68aef8d32a6f33dda (diff)
downloadrockbox-1f07151110ed32bf3f443b9c509bec463c50412d.tar.gz
rockbox-1f07151110ed32bf3f443b9c509bec463c50412d.zip
Remove the 'hand-made' MASCODEC UseOption from the platform files and replace it with other options which automatically parsed from features.txt. Also clean up some outdated left-overs and add some missing information (e.g. be more accurate in the config file section). Try to use the most appropriate features - masd and/or masf depending on their characteristics, large_plugin_buffer in the jpegviewer chapter as this is the restricting factor etc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21426 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/jpegviewer.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/jpegviewer.tex b/manual/plugins/jpegviewer.tex
index d4f9e23a1e..d9bfe29e56 100644
--- a/manual/plugins/jpegviewer.tex
+++ b/manual/plugins/jpegviewer.tex
@@ -8,9 +8,9 @@ greyscale library}.
8 the decoding process needs to share memory with audio tracks. To be able to 8 the decoding process needs to share memory with audio tracks. To be able to
9 view a bigger file you may need to stop playback.} 9 view a bigger file you may need to stop playback.}
10} 10}
11\opt{MASCODEC}{ 11\nopt{large_plugin_buffer}{%
12\note{This plugin will cause playback to stop.} 12\note{This plugin will cause playback to stop.}%
13} 13}%
14 14
15\begin{table} 15\begin{table}
16\begin{btnmap}{}{} 16\begin{btnmap}{}{}
@@ -81,7 +81,7 @@ The menu has the following entries.
81\item[Toggle Slideshow Mode.] Enables or disables the slideshow mode. 81\item[Toggle Slideshow Mode.] Enables or disables the slideshow mode.
82\item[Change Slideshow Timeout.] You can set the timeout for the slideshow 82\item[Change Slideshow Timeout.] You can set the timeout for the slideshow
83 between 1 second and 20 seconds. 83 between 1 second and 20 seconds.
84\nopt{MASCODEC}{ 84\opt{large_plugin_buffer}{
85\item[Show Playback Menu.] From the playback menu you can control the 85\item[Show Playback Menu.] From the playback menu you can control the
86playback of the currently loaded playlist and change the volume of your \dap. 86playback of the currently loaded playlist and change the volume of your \dap.
87} 87}