diff 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
line wrap: on
line diff
--- a/asf.h	Wed Mar 24 11:11:25 2010 +0000
+++ b/asf.h	Wed Mar 24 18:40:43 2010 +0000
@@ -229,5 +229,6 @@
 #define ASF_PL_FLAG_KEY_FRAME 0x80 //1000 0000
 
 extern AVInputFormat asf_demuxer;
+int ff_put_str16_nolen(ByteIOContext *s, const char *tag);
 
 #endif /* AVFORMAT_ASF_H */