diff options
author | James Darnley <james.darnley@gmail.com> | 2010-03-20 13:36:43 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2010-03-20 13:36:43 +0000 |
commit | 66061a1220bc91b216e2a59f6f779c7140a1d198 (patch) | |
tree | ab922f26c63401fbeeaec0adc8c17c513ee701be /libavformat/oggdec.h | |
parent | 64f6e357fdf955e67017dfd34ed06b1478b403e2 (diff) | |
download | ffmpeg-66061a1220bc91b216e2a59f6f779c7140a1d198.tar.gz |
Add VorbisComment writing to FLAC files.
Patch by James Darnley <james darnley at gmail>.
Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggdec.h')
-rw-r--r-- | libavformat/oggdec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 1aecd83d5a..80ebfeb80d 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -112,8 +112,6 @@ extern const struct ogg_codec ff_speex_codec; extern const struct ogg_codec ff_theora_codec; extern const struct ogg_codec ff_vorbis_codec; -extern const AVMetadataConv ff_vorbiscomment_metadata_conv[]; - int ff_vorbis_comment(AVFormatContext *ms, AVMetadata **m, const uint8_t *buf, int size); static inline int |