Commit ff5278d8 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos Committed by Michael Niedermayer

Mention VisualOn in the new codecs' long names to explain "libvo".

parent f521746b
...@@ -123,6 +123,6 @@ AVCodec ff_libvo_aacenc_encoder = { ...@@ -123,6 +123,6 @@ AVCodec ff_libvo_aacenc_encoder = {
aac_encode_close, aac_encode_close,
NULL, NULL,
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_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("VisualOn libvo-aacenc AAC"),
}; };
...@@ -121,7 +121,7 @@ AVCodec ff_libvo_amrwbenc_encoder = { ...@@ -121,7 +121,7 @@ AVCodec ff_libvo_amrwbenc_encoder = {
amr_wb_encode_close, amr_wb_encode_close,
NULL, NULL,
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE}, .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"), "(AMR) Wide-Band"),
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment