comparison DOCS/tech/nut.txt @ 20846:c1e47896ad80

least restrictive dts ordering rule which ensures frames are in decoding order
author michael
date Sun, 12 Nov 2006 12:24:57 +0000
parents 3670220d2511
children 01f57f7226de
comparison
equal deleted inserted replaced
20845:e158c3b11493 20846:c1e47896ad80
668 this buffer is initalized with decode_delay -1 elements 668 this buffer is initalized with decode_delay -1 elements
669 669
670 Pts of all frames in all streams MUST be bigger or equal to dts of all 670 Pts of all frames in all streams MUST be bigger or equal to dts of all
671 previous frames in all streams, compared in common timebase. (EOR 671 previous frames in all streams, compared in common timebase. (EOR
672 frames are NOT exempt from this rule) 672 frames are NOT exempt from this rule)
673 Dts of all frames MUST be bigger or equal to dts of all previous frames
674 in the same stream
673 675
674 width/height 676 width/height
675 width and height of the video in pixels 677 width and height of the video in pixels
676 MUST be set to the coded width/height, MUST NOT be 0 678 MUST be set to the coded width/height, MUST NOT be 0
677 679