comparison nut.h @ 2393:fc685315d568 libavformat

spelling/wording cosmetics
author diego
date Fri, 17 Aug 2007 10:45:50 +0000
parents 1860d5b4be2e
children 792383dd085e
comparison
equal deleted inserted replaced
2392:39e9fb85fcbc 2393:fc685315d568
43 FLAG_KEY = 1, ///<if set, frame is keyframe 43 FLAG_KEY = 1, ///<if set, frame is keyframe
44 FLAG_EOR = 2, ///<if set, stream has no relevance on presentation. (EOR) 44 FLAG_EOR = 2, ///<if set, stream has no relevance on presentation. (EOR)
45 FLAG_CODED_PTS = 8, ///<if set, coded_pts is in the frame header 45 FLAG_CODED_PTS = 8, ///<if set, coded_pts is in the frame header
46 FLAG_STREAM_ID = 16, ///<if set, stream_id is coded in the frame header 46 FLAG_STREAM_ID = 16, ///<if set, stream_id is coded in the frame header
47 FLAG_SIZE_MSB = 32, ///<if set, data_size_msb is at frame header, otherwise data_size_msb is 0 47 FLAG_SIZE_MSB = 32, ///<if set, data_size_msb is at frame header, otherwise data_size_msb is 0
48 FLAG_CHECKSUM = 64, ///<if set then the frame header contains a checksum 48 FLAG_CHECKSUM = 64, ///<if set, the frame header contains a checksum
49 FLAG_RESERVED = 128, ///<if set, reserved_count is coded in the frame header 49 FLAG_RESERVED = 128, ///<if set, reserved_count is coded in the frame header
50 FLAG_CODED =4096, ///<if set, coded_flags are stored in the frame header. 50 FLAG_CODED =4096, ///<if set, coded_flags are stored in the frame header
51 FLAG_INVALID =8192, ///<if set, frame_code is invalid. 51 FLAG_INVALID =8192, ///<if set, frame_code is invalid
52 }flag_t; 52 }flag_t;
53 53
54 typedef struct { 54 typedef struct {
55 uint64_t pos; 55 uint64_t pos;
56 uint64_t back_ptr; 56 uint64_t back_ptr;