[vlc-devel] [PATCH] Add support for MPEG-4 ALS to the MP4 demuxer and FFmpeg wrapper.

Laurent Aimar fenrir at via.ecp.fr
Thu Mar 25 20:56:20 CET 2010


Hi,

On Wed, Mar 24, 2010, Alex Converse wrote:
> > > diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
> > > index f766933..8d86254 100644
> > > --- a/include/vlc_fourcc.h
> > > +++ b/include/vlc_fourcc.h
> > > @@ -194,6 +194,7 @@
> > >  /* Audio codec */
> > >  #define VLC_CODEC_MPGA      VLC_FOURCC('m','p','g','a')
> > >  #define VLC_CODEC_MP4A      VLC_FOURCC('m','p','4','a')
> > > +#define VLC_CODEC_ALS       VLC_FOURCC('a','l','s',0x00)
> >  If possible (ie if the fourcc is arbitray), I would prefer pure
> > ASCII value, for example using ' ' (a space) instead of 0x00 as it
> > is nicer when printing.
> >
> 
> I meant to match the signature on from the ALS file header but that
> would be "ALS\0" (capitalized)
> http://wiki.multimedia.cx/index.php?title=ALS#File_Header
> 
> If you prefer, I can change it to "als " or "als0" or similar.
 If it has no side effects, I prefer "als ".

Regards,

-- 
fenrir




More information about the vlc-devel mailing list