[FFmpeg-devel] FFmpeg source code is no longer C99 because of GNUism called case ranges
Roman Shaposhnik
rvs
Fri Jul 6 06:01:12 CEST 2007
On Thu, 2007-07-05 at 11:37 +0200, Michael Niedermayer wrote:
> > + else if (avctx->sub_id == 0x20001000 ||
> > + (avctx->sub_id >= 0x20100000 && avctx->sub_id < 0x201a0000)) {
> > + s->low_delay=1;
>
> vertical align
Do you want me to re-align the expression (avctx->...) or the
statement (s->low_delay=1;) ?
Thanks,
Roman.
More information about the ffmpeg-devel
mailing list