summaryrefslogtreecommitdiff
path: root/libavformat/riff.h
diff options
context:
space:
mode:
authorrogerdpack <rogerpack2005@gmail.com>2013-02-14 12:00:30 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-02-15 00:08:12 +0100
commit12c71f648cbc95ab5a3a9138ead31d1f017d34ed (patch)
treed02c62a40e27cc63ce4c8ea861467758fef24119 /libavformat/riff.h
parent003be0a9c33e84c823757d5b5e8c67e0bbc953a7 (diff)
dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway.
Also cleanup exported symbols Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/riff.h')
-rw-r--r--libavformat/riff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/riff.h b/libavformat/riff.h
index 65b7cd1ed7..70b2f76171 100644
--- a/libavformat/riff.h
+++ b/libavformat/riff.h
@@ -51,7 +51,7 @@ int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc);
enum AVCodecID ff_wav_codec_get_id(unsigned int tag, int bps);
int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size);
-extern av_export const AVCodecTag ff_codec_bmp_tags[];
+extern const AVCodecTag ff_codec_bmp_tags[]; // exposed through avformat_get_riff_video_tags()
extern const AVCodecTag ff_codec_wav_tags[];
void ff_parse_specific_params(AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale);