libvo-*: Fix up the long codec names
authorMartin Storsjö <martin@martin.st>
Wed, 13 Apr 2011 19:31:20 +0000 (22:31 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 13 Apr 2011 19:38:18 +0000 (22:38 +0300)
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: Martin Storsjö <martin@martin.st>
libavcodec/libvo-aacenc.c
libavcodec/libvo-amrwbenc.c

index 7006d78..f2a19a1 100644 (file)
@@ -125,6 +125,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("Android VisualOn AAC"),
 };
 
index e55fdc6..02d7750 100644 (file)
@@ -109,7 +109,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("Android VisualOn Adaptive Multi-Rate "
                                       "(AMR) Wide-Band"),
 };