[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer
Reimar Döffinger
Reimar.Doeffinger
Sat Mar 7 23:04:25 CET 2009
On Sat, Mar 07, 2009 at 10:03:13PM +0100, Michael Niedermayer wrote:
> On Sat, Mar 07, 2009 at 06:05:06PM +0100, Michael Niedermayer wrote:
> > > I was once thinking about just using fifo.c, but since it uses bytes
> > > as basic unit (instead of a e.g. 1kB block), it allocates exactly one
> > > additional byte, causing alignment issues after the first loop through
> > > the buffer.
> >
> > id love to see libavutil/fifo extended to fix the 1 byte issue and
> > whatever else is needed.
>
> the 1 byte issue should be fixed
> can you confirm that this is enough for mplayer or is more needed?
It is all I can currently think of (even though not using volatile feels
wrong to me even though it is completely pointless to use it :-) ).
I can tell for sure as soon as I find some time to make ao_sdl use it
(always so much stuff waiting in the queue...)
More information about the ffmpeg-devel
mailing list