diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-18 02:01:09 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-23 11:26:21 +0100 |
commit | 22d8010f13cb6209d1de591ddc6d4083a0cd646d (patch) | |
tree | 6f03201ce11c7b8c751c2ab60707cdc05955c0a5 /libavformat/oma.h | |
parent | 81a86c7e1ecf70ae63565ff86699959686753a2d (diff) | |
download | ffmpeg-22d8010f13cb6209d1de591ddc6d4083a0cd646d.tar.gz |
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.h | 3 |
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 */ |