Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-11 16:32:09 +0300
committerJames Almer <jamrial@gmail.com>2017-11-11 17:29:16 +0300
commit87865bf6c7001e6fd8c536a247f71a9a426c3bd0 (patch)
tree1a97298933e784025f282c21cbd15b3ce2a84711 /libavcodec/dca.h
parentf87ad3a058bfee786e942106c5c3450c02a66d48 (diff)
parentabf1c058d1bd0ed1b820ea5e501a4484756f00b0 (diff)
Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0'
* commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0': msvc: Properly specify dllexport for data symbols shared across dll boundaries Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dca.h')
-rw-r--r--libavcodec/dca.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dca.h b/libavcodec/dca.h
index dcc7c7b395..e96c589c02 100644
--- a/libavcodec/dca.h
+++ b/libavcodec/dca.h
@@ -29,10 +29,10 @@
#include <stdint.h>
#include "libavutil/common.h"
-#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "get_bits.h"
+#include "internal.h"
#define DCA_CORE_FRAME_HEADER_SIZE 18
@@ -195,7 +195,7 @@ enum DCADownMixType {
DCA_DMIX_TYPE_COUNT
};
-extern av_export const uint32_t avpriv_dca_sample_rates[16];
+extern av_export_avcodec const uint32_t avpriv_dca_sample_rates[16];
extern const uint32_t ff_dca_sampling_freqs[16];
extern const uint8_t ff_dca_freq_ranges[16];