From 22d8010f13cb6209d1de591ddc6d4083a0cd646d Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 18 Feb 2021 02:01:09 +0100 Subject: avformat/oma: Move stuff only used by demuxer to demuxer Signed-off-by: Andreas Rheinhardt --- libavformat/oma.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/oma.h') 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 */ -- cgit v1.2.3