
On Sun, Nov 12, 2006 at 01:24:57PM +0100, michael wrote:
Author: michael Date: Sun Nov 12 13:24:57 2006 New Revision: 20862
Modified: trunk/DOCS/tech/nut.txt
Log: least restrictive dts ordering rule which ensures frames are in decoding order
Modified: trunk/DOCS/tech/nut.txt ============================================================================== --- trunk/DOCS/tech/nut.txt (original) +++ trunk/DOCS/tech/nut.txt Sun Nov 12 13:24:57 2006 @@ -670,6 +670,8 @@ Pts of all frames in all streams MUST be bigger or equal to dts of all previous frames in all streams, compared in common timebase. (EOR frames are NOT exempt from this rule) + Dts of all frames MUST be bigger or equal to dts of all previous frames + in the same stream
This is guaranteed by the definition of DTS and the above condition on PTS, isn't it? Rich