# HG changeset patch # User michael # Date 1044653739 0 # Node ID 774afe44f17bbd81122ccc14e0fced86b6bd2971 # Parent ac6899c5e3205598f8bbfedab466fd35750efb9b some more info (copy & pasted from ML) replacing zero terminated strings with length + string so it can allso contain binary data adding a type to every entry in the info_packet changing the fourcc storage type from v to b, that way it can be read with a hex editor diff -r ac6899c5e320 -r 774afe44f17b DOCS/tech/mpcf.txt --- a/DOCS/tech/mpcf.txt Fri Feb 07 21:12:50 2003 +0000 +++ b/DOCS/tech/mpcf.txt Fri Feb 07 21:35:39 2003 +0000 @@ -42,13 +42,14 @@ data u(7) value= 128*value + data }while(more_data) - -sz (zero terminated string) - for(i=0; next_byte != 0; i++){ - string[i] u(8) + +b (binary data or string) + length v + for(i=0; i String or "JPEG" -> jpeg image + 0 length means end + name the name of the info entry, valid names are - "Author","Description","Copyright","Encoder","Title" + "Author","Description","Copyright","Encoder","Title","CDCover" Note: if someone needs some others, please tell us about them, so we can add them to the official standard (if they are sane)