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:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-18 04:01:09 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-23 13:26:21 +0300
commit22d8010f13cb6209d1de591ddc6d4083a0cd646d (patch)
tree6f03201ce11c7b8c751c2ab60707cdc05955c0a5 /libavformat/oma.h
parent81a86c7e1ecf70ae63565ff86699959686753a2d (diff)
avformat/oma: Move stuff only used by demuxer to demuxer
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/oma.h')
-rw-r--r--libavformat/oma.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/oma.h b/libavformat/oma.h
index 5df50c8eb4..85d5932f1d 100644
--- a/libavformat/oma.h
+++ b/libavformat/oma.h
@@ -44,7 +44,4 @@ extern const uint16_t ff_oma_srate_tab[8];
extern const AVCodecTag ff_oma_codec_tags[];
extern const AVCodecTag *const ff_oma_codec_tags_list[];
-extern const uint64_t ff_oma_chid_to_native_layout[7];
-extern const int ff_oma_chid_to_num_channels[7];
-
#endif /* AVFORMAT_OMA_H */