aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-12 08:51:58 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-13 15:22:07 +0200
commitff5278d8f6203a9486c0cd63a3aecef4bc2e4f6f (patch)
tree5bf103b496d428dfb68bd4d314786d6d752d840f /libavcodec
parentf521746b8362889f29faf2555a3fd645e24adb23 (diff)
downloadffmpeg-ff5278d8f6203a9486c0cd63a3aecef4bc2e4f6f.tar.gz
Mention VisualOn in the new codecs' long names to explain "libvo".
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/libvo-aacenc.c2
-rw-r--r--libavcodec/libvo-amrwbenc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/libvo-aacenc.c b/libavcodec/libvo-aacenc.c
index 205c00e922..026edd4213 100644
--- a/libavcodec/libvo-aacenc.c
+++ b/libavcodec/libvo-aacenc.c
@@ -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"),
};
diff --git a/libavcodec/libvo-amrwbenc.c b/libavcodec/libvo-amrwbenc.c
index 661a15d445..114ed8408e 100644
--- a/libavcodec/libvo-amrwbenc.c
+++ b/libavcodec/libvo-amrwbenc.c
@@ -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"),
};