Talk:MIMETypesCodecs: Difference between revisions
Jump to navigation
Jump to search
(HEX vs Octal) |
(svg request) |
||
Line 6: | Line 6: | ||
Why using HEX for some codecs and octal for others ? IMHO all should be hex ... | Why using HEX for some codecs and octal for others ? IMHO all should be hex ... | ||
==svg== | |||
Ogg can use svg in many ways. | |||
(e.g. images, animations with SMIL, fonts for subtitles,...) | |||
Please add it. |
Revision as of 07:35, 5 August 2009
HEX and Octal ???
> char[0,8]: '\211PNG\r\n\032\n'
> char[0,7]: '\x80theora'
Why using HEX for some codecs and octal for others ? IMHO all should be hex ...
svg
Ogg can use svg in many ways. (e.g. images, animations with SMIL, fonts for subtitles,...)
Please add it.