diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-08-07 15:23:57 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-08-07 15:23:57 +0000 |
commit | 93c6f1329a5691a8be158cefe15641bd1daf9ef8 (patch) | |
tree | a473f97552dd7a87284335a6b1831a6d5f9c2e9b /manual | |
parent | 0bba82bf946167e334130526d025ce02b0e6580e (diff) |
Submit FS#12218. Add support for embedded album art for ASF tags. For now the support is limited to embedded pictures of max 64 KB size.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30263 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/appendix/file_formats.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index 696c0d62d9..4e5d96aedf 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -295,7 +295,7 @@ {\textbf{Feature} & \textbf{ID3} & \textbf{APE} & \textbf{Vorbis} & \textbf{MP4} & \textbf{ASF}}{}{} Embedded albumart \fname{.bmp} & & & & & \\ - Embedded albumart \fname{.jpg} & x & x & & x & \\ + Embedded albumart \fname{.jpg} & x & x & & x & x \\ Embedded albumart \fname{.png} & & & & & \\ Replaygain information & x & x & x & x & x \\ Title (string) & x & x & x & x & x \\ @@ -311,6 +311,8 @@ Grouping (string) & & x & x & x & \\ \end{rbtabular} + \note{Embedded album art for ASF is limited to pictures of maximum 64 KB size.} + \subsection{Featureset for codec specific metadata} \begin{rbtabular}{\textwidth}{lX}% {\textbf{Feature} & \textbf{Codec specific metadata (file extension)}}{}{} |