Mercurial > mplayer.hg
comparison DOCS/tech/mpcf.txt @ 17826:05cfdab43e96
revert last change
author | ods15 |
---|---|
date | Sun, 12 Mar 2006 17:35:51 +0000 |
parents | 2a20b0884be8 |
children | edef5f47dfac |
comparison
equal
deleted
inserted
replaced
17825:2a20b0884be8 | 17826:05cfdab43e96 |
---|---|
514 EOR can only be unset in streams with zero decode_delay . | 514 EOR can only be unset in streams with zero decode_delay . |
515 FLAG_CHECKSUM MUST be set if the frame is larger than 2*max_distance or | 515 FLAG_CHECKSUM MUST be set if the frame is larger than 2*max_distance or |
516 its pts differs by more then max_pts_distance from the last frame | 516 its pts differs by more then max_pts_distance from the last frame |
517 | 517 |
518 stream_id_plus1[frame_code] | 518 stream_id_plus1[frame_code] |
519 MUST be <256 | 519 MUST be <250 |
520 if it is 0, then the stream_id is coded in the frame | 520 if it is 0, then the stream_id is coded in the frame |
521 | 521 |
522 data_size_mul[frame_code] | 522 data_size_mul[frame_code] |
523 MUST be <65536 | 523 MUST be <16384 |
524 | 524 |
525 data_size_lsb[frame_code] | 525 data_size_lsb[frame_code] |
526 MUST be <65536 | 526 MUST be <16384 |
527 | 527 |
528 pts_delta[frame_code] | 528 pts_delta[frame_code] |
529 MUST be <32768 and >-32768 | 529 MUST be <16384 and >-16384 |
530 | 530 |
531 reserved_count[frame_code] | 531 reserved_count[frame_code] |
532 MUST be <256 | 532 MUST be <256 |
533 | 533 |
534 data_size | 534 data_size |