[MPlayer-cvslog] CVS: main/libmpdemux demux_ogg.c,1.93,1.94
Oded Shimon
ods15 at ods15.dyndns.org
Sat May 13 08:06:30 CEST 2006
On Sat, May 13, 2006 at 02:05:46AM -0400, Rich Felker wrote:
> On Sat, May 13, 2006 at 07:48:19AM +0200, Richard Felker CVS wrote:
> > + if (ogg_d->num_syncpoint > SIZE_MAX / sizeof(ogg_syncpoint_t) - 1) break;
> > + ogg_d->syncpoints = realloc_struct(ogg_d->syncpoints,(ogg_d->num_syncpoint+1), sizeof(ogg_syncpoint_t));
Could you at least fix the indentation :)
- ods15
More information about the MPlayer-cvslog
mailing list