[MPlayer-cvslog] r31019 - trunk/stream/stream_vcd.c

Benoît Amiaux benoit.amiaux at gmail.com
Mon Apr 5 20:44:48 CEST 2010


On 05/04/10 18:40, reimar wrote:
> Author: reimar
> +      if (!vcd)
> +        break;
> +      *(unsigned int *)arg = vcd->tochdr.cdth_trk1;
> +      return STREAM_OK;

This commit broke compilation on darwin

'mp_vcd_priv_t' has no member named 'tochdr'

mp_vcd_priv_t is different between
vcd_read.h
and vcd_read_darwin.h

Benoît


More information about the MPlayer-cvslog mailing list