summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-04-01 22:00:20 +0000
committerAlex Parker <rockbox@aeparker.com>2009-04-01 22:00:20 +0000
commit8185e0b222387db67769167bf1361dac733cc804 (patch)
treed309f8342f60b2c0afb5052eb784b85f629bfff2
parente2139124bc100c7e00e74fb25f2db7b683df3dc3 (diff)
downloadrockbox-8185e0b222387db67769167bf1361dac733cc804.tar.gz
rockbox-8185e0b222387db67769167bf1361dac733cc804.zip
Add mpegplayer file extensions to the appendix. Adapted from FS#10074 by David Kauffmann.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20604 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/file_formats.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index d2256b3775..8e10924834 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -48,6 +48,10 @@
48 & Chip8 game & \fname{.ch8} & Play the Chip8 game \\ 48 & Chip8 game & \fname{.ch8} & Play the Chip8 game \\
49\includegraphics[width=0.37cm]{appendix/images/icon-image-file.png} 49\includegraphics[width=0.37cm]{appendix/images/icon-image-file.png}
50 & Image & \fname{.jpg} & View the JPEG image \\ 50 & Image & \fname{.jpg} & View the JPEG image \\
51\opt{swcodec}{
52 \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png}
53 & Video & \fname{.mpg, .mpeg, .mpv, .m2v} & Play the MPEG1/2 video \\
54}
51\opt{MASCODEC}{\opt{lcd_bitmap}{ 55\opt{MASCODEC}{\opt{lcd_bitmap}{
52 \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} 56 \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png}
53 & Rockbox Video & \fname{.rvf} & View the movie (Rockbox format)\\} 57 & Rockbox Video & \fname{.rvf} & View the movie (Rockbox format)\\}