Hi, On Wed, Apr 13, 2011 at 3:08 PM, Martin Storsjö <[email protected]> wrote: > From: Carl Eugen Hoyos <[email protected]> > > --- > libavcodec/libvo-aacenc.c | 2 +- > libavcodec/libvo-amrwbenc.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/libvo-aacenc.c b/libavcodec/libvo-aacenc.c > index 7006d78..0321e77 100644 > --- a/libavcodec/libvo-aacenc.c > +++ b/libavcodec/libvo-aacenc.c > @@ -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("VisualOn libvo-aacenc AAC"),
So .long_name is supposed to be a human-readable, UI-style name, right? "libvo-aacenc" doesn't fit that description. I'd remove that part. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
