diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-29 00:14:09 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-29 15:49:54 +0100 |
commit | bfdf03207bc2fc10b92bb79ba67d57c441742bcd (patch) | |
tree | 0df96984ceda53c45639cc64b30947816115d7cb /libavcodec/vorbis.h | |
parent | b91b04473abef3058e28cb4a05288426549e784b (diff) | |
download | ffmpeg-bfdf03207bc2fc10b92bb79ba67d57c441742bcd.tar.gz |
avcodec/vorbis_data: Move encoder-related table to its only user
Said table was unused in case libvorbis was disabled.
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/vorbis.h')
-rw-r--r-- | libavcodec/vorbis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vorbis.h b/libavcodec/vorbis.h index 98dd14f9d4..69ddbd2982 100644 --- a/libavcodec/vorbis.h +++ b/libavcodec/vorbis.h @@ -26,7 +26,6 @@ extern const float ff_vorbis_floor1_inverse_db_table[256]; extern const float * const ff_vorbis_vwin[8]; extern const uint8_t ff_vorbis_channel_layout_offsets[8][8]; -extern const uint8_t ff_vorbis_encoding_channel_layout_offsets[8][8]; extern const uint64_t ff_vorbis_channel_layouts[9]; typedef struct vorbis_floor1_entry { |