diff options
author | Zhentan Feng <spyfeng@gmail.com> | 2010-03-24 18:40:43 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-03-24 18:40:43 +0000 |
commit | 852e0ca555514eb103a662df4f104cd596ed7cdf (patch) | |
tree | 1f35583559f9c31869acf86d58e813f598a82805 /libavformat/asf.h | |
parent | 508f092a783f7d305d1e9938c953e375139e2cba (diff) | |
download | ffmpeg-852e0ca555514eb103a662df4f104cd596ed7cdf.tar.gz |
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>.
Originally committed as revision 22656 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r-- | libavformat/asf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h index 0ad5e11303..85e54ccfe9 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -229,5 +229,6 @@ extern const AVMetadataConv ff_asf_metadata_conv[]; #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 */ |