summaryrefslogtreecommitdiff
path: root/manual/appendix/file_formats.tex
diff options
context:
space:
mode:
authorMoshe Piekarski <dev.rockbox@melachim.net>2020-11-16 18:14:31 -0500
committerMoshe Piekarski <dev.rockbox@melachim.net>2020-11-18 14:35:09 +0000
commit0aa702836bd0be397c010ebd677bd673b7f900af (patch)
treec171f8f2bf9781cfe2a34a584faa69349853983e /manual/appendix/file_formats.tex
parent7c87467ba4d6f6fabca5b167e1233d4cca1671ca (diff)
downloadrockbox-0aa702836bd0be397c010ebd677bd673b7f900af.tar.gz
rockbox-0aa702836bd0be397c010ebd677bd673b7f900af.zip
Manual: remove most HWCODEC artifacts
This causes 3 changes in layout. 2 I can't track down and 1 is better this way. Change-Id: If4ad5e1d7431b4c2cbaaf9767d78139ef4e2dc44
Diffstat (limited to 'manual/appendix/file_formats.tex')
-rw-r--r--manual/appendix/file_formats.tex8
1 files changed, 0 insertions, 8 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index bfba184ade..4d64cf6bc6 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -6,18 +6,14 @@
6 & \textbf{Action when selected}}{}{} 6 & \textbf{Action when selected}}{}{}
7\includegraphics[width=0.37cm]{appendix/images/icon-directory.png} 7\includegraphics[width=0.37cm]{appendix/images/icon-directory.png}
8 & Directory & \emph{none} & Enter the directory \tabularnewline 8 & Directory & \emph{none} & Enter the directory \tabularnewline
9\opt{swcodec}{
10 \includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png} 9 \includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png}
11 & Audio file & \emph{various}\newline% 10 & Audio file & \emph{various}\newline%
12 (see \ref{ref:Supportedaudioformats})% 11 (see \ref{ref:Supportedaudioformats})%
13 % do NOT use \reference{} here as that will break the table. 12 % do NOT use \reference{} here as that will break the table.
14 & Start playing the file and show the WPS\tabularnewline 13 & Start playing the file and show the WPS\tabularnewline
15}
16 & Bookmark & \fname{.bmark} & Display all bookmarks for an audio file\tabularnewline 14 & Bookmark & \fname{.bmark} & Display all bookmarks for an audio file\tabularnewline
17\opt{lcd_bitmap}{
18 & Game of Life & \fname{.cells} & Show the configuration with the 15 & Game of Life & \fname{.cells} & Show the configuration with the
19 ``Rocklife'' plugin\tabularnewline 16 ``Rocklife'' plugin\tabularnewline
20}
21\includegraphics[width=0.37cm]{appendix/images/icon-config.png} 17\includegraphics[width=0.37cm]{appendix/images/icon-config.png}
22 & Configuration File & \fname{.cfg} & Load the settings file\tabularnewline 18 & Configuration File & \fname{.cfg} & Load the settings file\tabularnewline
23\includegraphics[width=0.37cm]{appendix/images/icon-chip8.png} 19\includegraphics[width=0.37cm]{appendix/images/icon-chip8.png}
@@ -62,10 +58,8 @@
62 \includegraphics[width=0.37cm]{appendix/images/icon-rolo.png} 58 \includegraphics[width=0.37cm]{appendix/images/icon-rolo.png}
63 & Rockbox firmware & \fname{.mi4} & Load the new firmware with ROLO \tabularnewline 59 & Rockbox firmware & \fname{.mi4} & Load the new firmware with ROLO \tabularnewline
64} 60}
65\opt{swcodec}{
66 \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} 61 \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png}
67 & Video & \fname{.mpg}, \fname{.mpeg}, \fname{.mpv}, \fname{.m2v} & Play the MPEG1/2 video \tabularnewline 62 & Video & \fname{.mpg}, \fname{.mpeg}, \fname{.mpv}, \fname{.m2v} & Play the MPEG1/2 video \tabularnewline
68}
69\includegraphics[width=0.37cm]{appendix/images/icon-rock.png} 63\includegraphics[width=0.37cm]{appendix/images/icon-rock.png}
70 & Plugin & \fname{.rock} & Start the plugin\tabularnewline 64 & Plugin & \fname{.rock} & Start the plugin\tabularnewline
71\opt{sansaAMS}{ 65\opt{sansaAMS}{
@@ -79,7 +73,6 @@
79 & While Playing Screen & \fname{.wps} & Load the new WPS display configuration\tabularnewline 73 & While Playing Screen & \fname{.wps} & Load the new WPS display configuration\tabularnewline
80\end{rbtabular} 74\end{rbtabular}
81 75
82\opt{swcodec}{
83 \chapter{Audio and metadata formats} 76 \chapter{Audio and metadata formats}
84 \section{\label{ref:Supportedaudioformats}Supported audio formats} 77 \section{\label{ref:Supportedaudioformats}Supported audio formats}
85 \subsection{Lossy Codecs} 78 \subsection{Lossy Codecs}
@@ -375,4 +368,3 @@
375 to 90 bytes. 368 to 90 bytes.
376 } 369 }
377 \end{enumerate} 370 \end{enumerate}
378}