[FFmpeg-cvslog] r15762 - in trunk/libavcodec: audioconvert.c audioconvert.h avcodec.h utils.c

Dominik 'Rathann' Mierzejewski dominik
Sat Nov 1 16:13:45 CET 2008


On Saturday, 01 November 2008 at 11:53, Andreas ?man wrote:
> pross wrote:
> > Author: pross
> > Date: Sat Nov  1 06:03:42 2008
> > New Revision: 15762
> > 
> > Log:
> > Add audio channel layout API to libavcodec.
> > 
> > Modified: trunk/libavcodec/avcodec.h
> > ==============================================================================
> > --- trunk/libavcodec/avcodec.h	(original)
> > +++ trunk/libavcodec/avcodec.h	Sat Nov  1 06:03:42 2008
> > @@ -30,7 +30,7 @@
> >  
> > [...]
> >  
> > +/* Audio channel convenience macros */
> > +#define CHANNEL_LAYOUT_MONO              (CHANNEL_FRONT_CENTER)
> > +#define CHANNEL_LAYOUT_STEREO            (CHANNEL_FRONT_LEFT|CHANNEL_FRONT_RIGHT)
> > +#define CHANNEL_LAYOUT_SURROUND          (CHANNEL_LAYOUT_STEREO|CHANNEL_FRONT_CENTER)
> 
> Shouldn't surround include some kind of rear channel(s) too?

There's two-channel Dolby Surround.

Regards,
R.

-- 
MPlayer http://mplayerhq.hu | Livna http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan




More information about the ffmpeg-cvslog mailing list