comparison DOCS/tech/mpcf.txt @ 17824:c3429282c9a8

10l to me, misarrangment of flags
author ods15
date Sun, 12 Mar 2006 13:21:04 +0000
parents 7f81c9ffa0b4
children 2a20b0884be8
comparison
equal deleted inserted replaced
17823:7f81c9ffa0b4 17824:c3429282c9a8
498 498
499 flags[frame_code], frame_flags 499 flags[frame_code], frame_flags
500 Bit Name Description 500 Bit Name Description
501 1 FLAG_KEY if set, frame is keyframe 501 1 FLAG_KEY if set, frame is keyframe
502 2 FLAG_EOR if set, stream has no relevance on 502 2 FLAG_EOR if set, stream has no relevance on
503 presentation. (EOR)
503 32 FLAG_SIZE_MSB if set, data_size_msb is at frame header, 504 32 FLAG_SIZE_MSB if set, data_size_msb is at frame header,
504 otherwise data_size_msb is 0 505 otherwise data_size_msb is 0
505 64 FLAG_CHECKSUM if set then the frame header contains a checksum 506 64 FLAG_CHECKSUM if set then the frame header contains a checksum
506 presentation. (EOR)
507 4096 FLAG_CODED if set, coded_flags are stored in the frame header. 507 4096 FLAG_CODED if set, coded_flags are stored in the frame header.
508 8192 FLAG_INVALID if set, frame_code is invalid. 508 8192 FLAG_INVALID if set, frame_code is invalid.
509 509
510 EOR frames MUST be zero-length and must be set keyframe. 510 EOR frames MUST be zero-length and must be set keyframe.
511 All streams SHOULD end with EOR, where the pts of the EOR indicates the 511 All streams SHOULD end with EOR, where the pts of the EOR indicates the