From 8185e0b222387db67769167bf1361dac733cc804 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Wed, 1 Apr 2009 22:00:20 +0000 Subject: 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 --- manual/appendix/file_formats.tex | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ & Chip8 game & \fname{.ch8} & Play the Chip8 game \\ \includegraphics[width=0.37cm]{appendix/images/icon-image-file.png} & Image & \fname{.jpg} & View the JPEG image \\ +\opt{swcodec}{ + \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} + & Video & \fname{.mpg, .mpeg, .mpv, .m2v} & Play the MPEG1/2 video \\ +} \opt{MASCODEC}{\opt{lcd_bitmap}{ \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} & Rockbox Video & \fname{.rvf} & View the movie (Rockbox format)\\} -- cgit