On Tue, Aug 06, 2013 at 10:59:34AM +0200, Diego Biurrun wrote:
> On Tue, Aug 06, 2013 at 10:07:07AM +0200, Kostya Shishkov wrote:
> > Voxware is the name of company, it has produced several audio codecs e.g.
> > MetaVoice family and MetaSound.
> > ---
> > Though I heard many times "Sorenson codec" which was neither SVQ1 nor SVQ3.
> > ---
> > libavcodec/avcodec.h | 3 +++
> > libavcodec/codec_desc.c | 9 +++++++++
> > libavcodec/version.h | 5 ++++-
> > libavformat/riff.c | 2 +-
> > 4 files changed, 17 insertions(+), 2 deletions(-)
> >
> > --- a/libavcodec/codec_desc.c
> > +++ b/libavcodec/codec_desc.c
> > @@ -2147,6 +2149,13 @@ static const AVCodecDescriptor codec_descriptors[] =
> > {
> > + {
> > + .id = AV_CODEC_ID_METASOUND,
> > + .type = AVMEDIA_TYPE_AUDIO,
> > + .name = "metasound",
> > + .long_name = NULL_IF_CONFIG_SMALL("Voxware MetaSound"),
> > + .props = AV_CODEC_PROP_LOSSY,
> > + },
>
> Voxware or VoxWare?
Binaries for MetaSound and MetaVoice both call company "Voxware", that's why
I've changed it in the following patch too.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel