Commit 957635ba authored by Martin Storsjö's avatar Martin Storsjö

libvo-*: Fix up the long codec names

Include VisualOn to clarify the codec name, but remove the
actual library name from the user-friendly description.
Also mention Android, to clarify which VisualOn implementation
this refers to, since they do sell other variants of the same
code, too.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 567ad0e3
...@@ -125,6 +125,6 @@ AVCodec ff_libvo_aacenc_encoder = { ...@@ -125,6 +125,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("Android VisualOn AAC"),
}; };
...@@ -109,7 +109,7 @@ AVCodec ff_libvo_amrwbenc_encoder = { ...@@ -109,7 +109,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("Android VisualOn 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