Mercurial > mplayer.hg
changeset 19123:24725931c621
remove vorbis and theora support by request of ivan
author | michael |
---|---|
date | Mon, 17 Jul 2006 21:15:27 +0000 |
parents | 44faae0942b8 |
children | c23bd9485604 |
files | DOCS/tech/nut.txt |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/nut.txt Mon Jul 17 16:20:37 2006 +0000 +++ b/DOCS/tech/nut.txt Mon Jul 17 21:15:27 2006 +0000 @@ -515,16 +515,6 @@ if a codec has a global header it SHOULD be placed in here instead of at the start of every keyframe the exact format is specified in the codec spec - codecs which dont specify it in their spec are specified below - for ogg based codecs (vorbis, theora) the following format shall be used - number_of_headers_minus_1 u(8) - for(i=0; i<number_of_headers; i++){ - -1 u(8*(size[i]/255)) - size[i] % 255 u(8) - } - for(i=0; i<number_of_headers; i++) - header[i] - Note, this is the same format these codecs use in matroska for H.264 the NAL units MUST be formated as in a bytestream (with 00 00 01 prefixes)