Mention VisualOn in the new codecs' long names to explain "libvo".
This commit is contained in:
parent
f521746b83
commit
ff5278d8f6
@ -123,6 +123,6 @@ AVCodec ff_libvo_aacenc_encoder = {
|
||||
aac_encode_close,
|
||||
NULL,
|
||||
.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("VisualOn libvo-aacenc AAC"),
|
||||
};
|
||||
|
||||
|
@ -121,7 +121,7 @@ AVCodec ff_libvo_amrwbenc_encoder = {
|
||||
amr_wb_encode_close,
|
||||
NULL,
|
||||
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE},
|
||||
.long_name = NULL_IF_CONFIG_SMALL("libvo-amrwbenc Adaptive Multi-Rate "
|
||||
.long_name = NULL_IF_CONFIG_SMALL("VisualOn libvo-amrwbenc Adaptive Multi-Rate "
|
||||
"(AMR) Wide-Band"),
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user