Talk:SANM

From MultimediaWiki
Revision as of 14:38, 16 April 2006 by Cyril (talk | contribs)
Jump to navigation Jump to search

Questions/Notes:

  • In the preamble section, does the movie size count the preamble itself or not?
  • Same for the video header: Does the size count the entire header?
  • If the video header is always known to be a constant size, it maybe useful to note that size. The video header size is not known for sure yet. I'll update the size when I find it out for sure.
  • Are the padding bytes always 0? It might be better to list them all as reserved/set to 0.
  • More on sizes: All of the size fields should stipulate what the size includes; alternatively, if they follow the same rule throughout, make a blanket notice earlier in the page.
  • Do you know if the rle_decode() function is defined by the 'SRLE' tag in any way? I am working on that format for Humongous CUP. Nope, the decompression method is specified only by the codec opcode. There are no "SRLE" tags in SNM.

Bottom line is, keep in mind that I'm aware of all these already, and that the document is still incomplete.