comparison asf.h @ 5876:2c0f0162a110 libavformat

Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier to share it with e.g. MMS. Patch by Zhentan Feng <spyfeng gmail com>.
author rbultje
date Wed, 24 Mar 2010 18:40:43 +0000
parents e3ec6991698b
children e4d729e25e97
comparison
equal deleted inserted replaced
5875:c973ff61882e 5876:2c0f0162a110
227 #define ASF_PL_MASK_PAYLOAD_LENGTH_FIELD_SIZE 0xc0 //1100 0000 227 #define ASF_PL_MASK_PAYLOAD_LENGTH_FIELD_SIZE 0xc0 //1100 0000
228 228
229 #define ASF_PL_FLAG_KEY_FRAME 0x80 //1000 0000 229 #define ASF_PL_FLAG_KEY_FRAME 0x80 //1000 0000
230 230
231 extern AVInputFormat asf_demuxer; 231 extern AVInputFormat asf_demuxer;
232 int ff_put_str16_nolen(ByteIOContext *s, const char *tag);
232 233
233 #endif /* AVFORMAT_ASF_H */ 234 #endif /* AVFORMAT_ASF_H */