diff options
author | Peter Ross <pross@xvid.org> | 2010-12-26 01:26:29 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-12-26 01:26:29 +0000 |
commit | a750050f4c28910b717fbdacb563177bb58f9d39 (patch) | |
tree | 2bcfc9a68521d49174549816f5f091d92b6f62ff /libavformat/asf.h | |
parent | 141de5a9c141ab82ff453d4e9bb27fd4e25da1ea (diff) | |
download | ffmpeg-a750050f4c28910b717fbdacb563177bb58f9d39.tar.gz |
make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)
Originally committed as revision 26093 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r-- | libavformat/asf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h index 0867755f46..f3705e946a 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -231,5 +231,7 @@ extern const AVMetadataConv ff_asf_metadata_conv[]; extern AVInputFormat asf_demuxer; int ff_put_str16_nolen(ByteIOContext *s, const char *tag); +int ff_guidcmp(const void *g1, const void *g2); +void ff_get_guid(ByteIOContext *s, ff_asf_guid *g); #endif /* AVFORMAT_ASF_H */ |