summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-17 21:15:27 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-17 21:15:27 +0000
commit405df542a7f369141f218d4246473788a119f579 (patch)
treead12acff0540cc7203bb8527339c68731d2cb1b2 /DOCS
parent0fe9e52fbd47620a26137232e499c862fd2470d4 (diff)
downloadmpv-405df542a7f369141f218d4246473788a119f579.tar.bz2
mpv-405df542a7f369141f218d4246473788a119f579.tar.xz
remove vorbis and theora support by request of ivan
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19128 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/nut.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/DOCS/tech/nut.txt b/DOCS/tech/nut.txt
index ce636624a1..4633e906b7 100644
--- a/DOCS/tech/nut.txt
+++ b/DOCS/tech/nut.txt
@@ -515,16 +515,6 @@ codec_specific_data
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)