[FFmpeg-devel] Making FFmpeg C99 again. Take II.

Michael Niedermayer michaelni
Sun Jul 8 02:26:27 CEST 2007


Hi

On Sat, Jul 07, 2007 at 03:17:39PM -0700, Roman Shaposhnik wrote:
> On Sat, 2007-07-07 at 14:01 -0700, Roman Shaposhnik wrote:
> > Michael,
> > 
> > I tried to take care of all the comments you made. Please take
> > a look at the attached patch.
> 
> Michael,
> 
> sorry for being dense -- I now understand that you were referring to 
> the previous if-clause when you said s->low_delay=1 gets lost. 
> Please take a look at the new patch.

[...]
> +    } else if (avctx->sub_id == 0x10003001) {
>          s->rv10_version= 3;
> +	s->low_delay=1;
> +    } else if (    avctx->sub_id == 0x20001000
> +               || (avctx->sub_id >= 0x20100000 && avctx->sub_id < 0x201a0000)) {
>          s->low_delay=1;

tabs are forbidden in svn :)


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

Opposition brings concord. Out of discord comes the fairest harmony.
-- Heraclitus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070708/e4d0c42e/attachment.pgp>



More information about the ffmpeg-devel mailing list