Mercurial > mplayer.hg
changeset 23919:440d23a28592
big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read
author | reimar |
---|---|
date | Mon, 30 Jul 2007 15:47:17 +0000 |
parents | f29d31547c31 |
children | bbf984f520af |
files | stream/vcd_read.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/vcd_read.h Mon Jul 30 15:23:25 2007 +0000 +++ b/stream/vcd_read.h Mon Jul 30 15:47:17 2007 +0000 @@ -127,7 +127,7 @@ #elif defined(sun) { int offset; - if (sun_vcd_read(vcd->fd, &offset) <= 0) return 0; + if (sun_vcd_read(vcd, &offset) <= 0) return 0; memcpy(mem,&vcd->buf[offset],VCD_SECTOR_DATA); } #endif