mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
libaacpluc: remove unused code
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
83253431b7
commit
c1fe41ed47
@ -124,12 +124,6 @@ static const AVProfile profiles[] = {
|
||||
{ FF_PROFILE_UNKNOWN },
|
||||
};
|
||||
|
||||
static const uint64_t channel_layouts[] = {
|
||||
AV_CH_LAYOUT_MONO,
|
||||
AV_CH_LAYOUT_STEREO,
|
||||
0,
|
||||
};
|
||||
|
||||
AVCodec ff_libaacplus_encoder = {
|
||||
.name = "libaacplus",
|
||||
.type = AVMEDIA_TYPE_AUDIO,
|
||||
|
Loading…
Reference in New Issue
Block a user