summaryrefslogtreecommitdiff
path: root/manual/appendix/file_formats.tex
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-07 15:23:57 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-07 15:23:57 +0000
commit93c6f1329a5691a8be158cefe15641bd1daf9ef8 (patch)
treea473f97552dd7a87284335a6b1831a6d5f9c2e9b /manual/appendix/file_formats.tex
parent0bba82bf946167e334130526d025ce02b0e6580e (diff)
downloadrockbox-93c6f1329a5691a8be158cefe15641bd1daf9ef8.tar.gz
rockbox-93c6f1329a5691a8be158cefe15641bd1daf9ef8.zip
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/appendix/file_formats.tex')
-rw-r--r--manual/appendix/file_formats.tex4
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 @@
295 {\textbf{Feature} & \textbf{ID3} & \textbf{APE} & \textbf{Vorbis} & 295 {\textbf{Feature} & \textbf{ID3} & \textbf{APE} & \textbf{Vorbis} &
296 \textbf{MP4} & \textbf{ASF}}{}{} 296 \textbf{MP4} & \textbf{ASF}}{}{}
297 Embedded albumart \fname{.bmp} & & & & & \\ 297 Embedded albumart \fname{.bmp} & & & & & \\
298 Embedded albumart \fname{.jpg} & x & x & & x & \\ 298 Embedded albumart \fname{.jpg} & x & x & & x & x \\
299 Embedded albumart \fname{.png} & & & & & \\ 299 Embedded albumart \fname{.png} & & & & & \\
300 Replaygain information & x & x & x & x & x \\ 300 Replaygain information & x & x & x & x & x \\
301 Title (string) & x & x & x & x & x \\ 301 Title (string) & x & x & x & x & x \\
@@ -311,6 +311,8 @@
311 Grouping (string) & & x & x & x & \\ 311 Grouping (string) & & x & x & x & \\
312 \end{rbtabular} 312 \end{rbtabular}
313 313
314 \note{Embedded album art for ASF is limited to pictures of maximum 64 KB size.}
315
314 \subsection{Featureset for codec specific metadata} 316 \subsection{Featureset for codec specific metadata}
315 \begin{rbtabular}{\textwidth}{lX}% 317 \begin{rbtabular}{\textwidth}{lX}%
316 {\textbf{Feature} & \textbf{Codec specific metadata (file extension)}}{}{} 318 {\textbf{Feature} & \textbf{Codec specific metadata (file extension)}}{}{}