
Hi, On Friday 24 November 2006 13:34, Michael Niedermayer wrote:
On Fri, Nov 24, 2006 at 12:50:13PM +0100, Ivo wrote:
1.) It would be handy to have the type mentioned after each tag in the tag description section. It is tiresome to have to scroll back each time. e.g. chapter_id (s) stream_class (v) fourcc (vb) et cetera
ok
Done. Not every tag described in the tag section is an actual tag in the file, so I left those blank.
2.) The first column of the frame_flags table is called Bit, but there is no such thing as the 4096th bit of a 64-bit value. I suggest changing the column-heading to Mask or change the column-entries to represent the bit number (i.e. 0, 1, 3, 4, 5, 6, 7, 12, 13).
ok
Done. It would have been less work to just change the heading, but I dislike decimal bitmasks, so it lists the actual bitnumbers now. --Ivo