|
|
|
@@ -33,12 +33,10 @@ |
|
|
|
#include "kbdwin.h" |
|
|
|
|
|
|
|
|
|
|
|
#if CONFIG_AC3_ENCODER |
|
|
|
#define AC3ENC_TYPE AC3ENC_TYPE_AC3 |
|
|
|
#include "ac3enc_opts_template.c" |
|
|
|
static const AVClass ac3enc_class = { "AC-3 Encoder", av_default_item_name, |
|
|
|
ac3_options, LIBAVUTIL_VERSION_INT }; |
|
|
|
#endif |
|
|
|
|
|
|
|
#include "ac3enc_template.c" |
|
|
|
|
|
|
|
@@ -127,7 +125,6 @@ static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl) |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#if CONFIG_AC3_ENCODER |
|
|
|
AVCodec ff_ac3_encoder = { |
|
|
|
.name = "ac3", |
|
|
|
.long_name = NULL_IF_CONFIG_SMALL("ATSC A/52A (AC-3)"), |
|
|
|
@@ -143,4 +140,3 @@ AVCodec ff_ac3_encoder = { |
|
|
|
.channel_layouts = ff_ac3_channel_layouts, |
|
|
|
.defaults = ac3_defaults, |
|
|
|
}; |
|
|
|
#endif |