[FFmpeg-devel] [PATCH] lavdevice: SDL Audio Playback

Diego Biurrun diego
Sat Nov 28 12:55:20 CET 2009


On Fri, Nov 27, 2009 at 08:28:03PM +0100, Ivo wrote:
> On Friday 27 November 2009, 17:49:01, Diego Biurrun wrote:
> > On Fri, Nov 27, 2009 at 05:38:41PM +0100, Ivo wrote:
> > > The attached patch implements an SDL audio playback muxer in
> > > libavdevice. Sadly, SDL does not support recording. In theory this
> > > should also enable audio playback on windows/cygwin (not tested).
> >
> > A documentation update is missing.
> 
> Added locally to general.texi. Any more places I need to add it?

No.

> > > +av_cold static int audio_write_header(AVFormatContext *s1) {
> >
> > I think it's "static av_cold" everywhere else, please check.
> 
> I see. I looked at alsa-* and that's the only (de)muxer that has it the 
> otherway around too :)

Fix it :)

Diego



More information about the ffmpeg-devel mailing list