diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-01-29 00:44:59 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-01-29 00:44:59 +0100 |
commit | 862174ec831d5fb01c44e8e3f7d3cd28002329bf (patch) | |
tree | 32c81a8d2afc72f98b8b9de64968287b1dee921a /libavformat/asf.h | |
parent | 4151b9953e2386da24fe6b65c4fc02fe3d1da948 (diff) | |
download | ffmpeg-862174ec831d5fb01c44e8e3f7d3cd28002329bf.tar.gz |
Move GUID-related objects to riffenc.c and riff.c.
This simplifies the following eac3-in-wav patch.
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r-- | libavformat/asf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h index acad64dfd7..0c9598a8d8 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -189,6 +189,4 @@ extern const AVMetadataConv ff_asf_metadata_conv[]; extern AVInputFormat ff_asf_demuxer; -void ff_put_guid(AVIOContext *s, const ff_asf_guid *g); - #endif /* AVFORMAT_ASF_H */ |