[FFmpeg-devel] Making FFmpeg C99 again. Take II.
Roman Shaposhnik
rvs
Sun Jul 8 05:20:53 CEST 2007
Hi
On Sun, 2007-07-08 at 02:26 +0200, Michael Niedermayer wrote:
> > + } 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 :)
Well, they are not only forbidden, but... how shall I put it...
impossible. At least they were impossible with CVS (and I hope
we preserved that script through our migration to SVN). ;-)
Anyway, I took care of that tab and committed the change since I
don't think you had anything else for me to take care of in the
proposed patch.
Thanks,
Roman.
More information about the ffmpeg-devel
mailing list