comparison asf.h @ 2173:f6021da48f21 libavformat

add a comment to indicate which #endif belong to which #define
author gpoirier
date Sun, 17 Jun 2007 18:59:28 +0000
parents 92f61ed53965
children 792383dd085e
comparison
equal deleted inserted replaced
2172:92f61ed53965 2173:f6021da48f21
284 #define ASF_PL_FLAG_PAYLOAD_LENGTH_FIELD_IS_WORD 0x80 //1000 0000 284 #define ASF_PL_FLAG_PAYLOAD_LENGTH_FIELD_IS_WORD 0x80 //1000 0000
285 #define ASF_PL_MASK_PAYLOAD_LENGTH_FIELD_SIZE 0xc0 //1100 0000 285 #define ASF_PL_MASK_PAYLOAD_LENGTH_FIELD_SIZE 0xc0 //1100 0000
286 286
287 #define ASF_PL_FLAG_KEY_FRAME 0x80 //1000 0000 287 #define ASF_PL_FLAG_KEY_FRAME 0x80 //1000 0000
288 288
289 #endif 289 #endif // AVFORMAT_ASF_H