[Ffmpeg-devel] [PATCH] simplify and improve pcm_read_seek

Michael Niedermayer michaelni
Thu Oct 12 20:15:59 CEST 2006


Hi

On Thu, Oct 12, 2006 at 03:11:25PM +0200, Baptiste Coudurier wrote:
> Hi
> 
> Michael Niedermayer wrote:
> >> [...]
> >>
> >> This patch simplifies and improve pcm_read_seek.
> > [...]
> >> +    block_align = st->codec->block_align ? : (av_get_bits_per_sample(st->codec->codec_id) * st->codec->channels) >> 3;
> > 
> > is this part of the c standard? or is this gnu-shit
> > 
> 
> Humm, I guess it is gnu-shit, I remove it.

looks ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-devel mailing list