diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2013-02-14 12:00:30 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-15 00:08:12 +0100 |
commit | 12c71f648cbc95ab5a3a9138ead31d1f017d34ed (patch) | |
tree | d02c62a40e27cc63ce4c8ea861467758fef24119 /libavformat/libavformat.v | |
parent | 003be0a9c33e84c823757d5b5e8c67e0bbc953a7 (diff) | |
download | ffmpeg-12c71f648cbc95ab5a3a9138ead31d1f017d34ed.tar.gz |
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/libavformat.v')
-rw-r--r-- | libavformat/libavformat.v | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index 6893f5241a..0b476682ff 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -32,8 +32,6 @@ LIBAVFORMAT_$MAJOR { ff_timefilter_reset; get_*; put_*; - ff_codec_bmp_tags; - ff_raw_pix_fmt_tags; ff_codec_get_id; local: *; }; |