[NUT-devel] r21189 - trunk/DOCS/tech/nut.txt

michael subversion at mplayerhq.hu
Fri Nov 24 13:51:34 CET 2006


Author: michael
Date: Fri Nov 24 13:51:33 2006
New Revision: 21189

Modified:
   trunk/DOCS/tech/nut.txt

Log:
codec_specific_data clarification
if anyone disagrees or has suggestions to improve it then shout


Modified: trunk/DOCS/tech/nut.txt
==============================================================================
--- trunk/DOCS/tech/nut.txt	(original)
+++ trunk/DOCS/tech/nut.txt	Fri Nov 24 13:51:33 2006
@@ -568,6 +568,13 @@
     the exact format is specified in the codec spec
     for H.264 the NAL units MUST be formatted as in a bytestream 
     (with 00 00 01 prefixes)
+    codec_specific_data SHOULD contain exactly the essential global packets
+    needed to decode a stream, more specifically it SHOULD NOT contain packets
+    which contain only non essential metadata like author, title, ...
+    it also MUST NOT contain normal packets which cause the reference decoder
+    to generate any specific decoded samples
+    the encoder name and version, shall be considered essential as it is very
+    usefull to workaround possible encoder bugs
 
 frame_code
     frame_code is an 8-bit field which exists before every frame, it can



More information about the NUT-devel mailing list