[NUT-devel] [nut]: r666 - docs/nut.txt

michael subversion at mplayerhq.hu
Sat Feb 20 02:30:29 CET 2010


Author: michael
Date: Sat Feb 20 02:30:28 2010
New Revision: 666

Log:
Clarify what to do with silly specs doing silly things with dts.

Modified:
   docs/nut.txt

Modified: docs/nut.txt
==============================================================================
--- docs/nut.txt	Sat Feb 20 02:04:20 2010	(r665)
+++ docs/nut.txt	Sat Feb 20 02:30:28 2010	(r666)
@@ -771,6 +771,14 @@ dts
     dts of all frames MUST be bigger or equal to dts of all previous frames
     in the same stream.
 
+    If a codec spec defines dts in a way incompatible to this then the decoder
+    dts shall be considered to be entirely outside the nut spec. In this case
+    a decoder compatible with a nut demuxer will output/display decoded frames
+    purely based on the pts values stored in a nut file.
+    Such nut files MUST NOT contain non standard fields conveying these codec
+    dts as this would break remuxing, spliting, merging and time scaling by
+    (de)muxers unaware of these non standard fields.
+
 width (v) / height (v)
     Width and height of the video in pixels.
     MUST be set to the coded width/height, MUST NOT be 0.


More information about the NUT-devel mailing list