|
@@ -122,7 +122,7 @@ AVCodec ff_libvo_aacenc_encoder = { |
|
|
aac_encode_frame, |
|
|
aac_encode_frame, |
|
|
aac_encode_close, |
|
|
aac_encode_close, |
|
|
NULL, |
|
|
NULL, |
|
|
.sample_fmts = (const enum SampleFormat[]){SAMPLE_FMT_S16,SAMPLE_FMT_NONE}, |
|
|
|
|
|
|
|
|
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE}, |
|
|
.long_name = NULL_IF_CONFIG_SMALL("libvo-aacenc AAC"), |
|
|
.long_name = NULL_IF_CONFIG_SMALL("libvo-aacenc AAC"), |
|
|
}; |
|
|
}; |
|
|
|
|
|
|