---
libavcodec/dvdata.h | 4 ----
libavformat/dv.c | 4 ++++
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h
index b2fb127..3e8e0fe 100644
--- a/libavcodec/dvdata.h
+++ b/libavcodec/dvdata.h
@@ -220,10 +220,6 @@ static const uint8_t dv_audio_shuffle625[12][9] = {
{ 31, 67, 103, 21, 57, 93, 11, 47, 83},
};
-static const av_unused int dv_audio_frequency[3] = {
- 48000, 44100, 32000,
-};
-
/* macroblock bit budgets */
static const uint8_t block_sizes_dv2550[8] = {
112, 112, 112, 112, 80, 80, 0, 0,
diff --git a/libavformat/dv.c b/libavformat/dv.c
index 5be6118..a47c4db 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -187,6 +187,10 @@ static int dv_extract_audio(uint8_t* frame, uint8_t*
ppcm[4],
return size;
}
+static const int dv_audio_frequency[3] = {
+ 48000, 44100, 32000,
+};
+
static int dv_extract_audio_info(DVDemuxContext* c, uint8_t* frame)
{
const uint8_t* as_pack;
--
1.7.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel