libaacpluc: remove unused code

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-04-16 21:12:49 +00:00
parent 83253431b7
commit c1fe41ed47
1 changed files with 0 additions and 6 deletions

View File

@ -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,