From 3f52f3ed1e7dc1766bb7be4450bff27eac2d0373 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 24 May 2002 11:32:02 +0000 Subject: fix declaration CVS patchset: 1933 CVS date: 2002/05/24 11:32:02 --- src/demuxers/demux_avi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c index dab5d091a..1a12619f8 100644 --- a/src/demuxers/demux_avi.c +++ b/src/demuxers/demux_avi.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_avi.c,v 1.88 2002/05/21 00:12:31 siggi Exp $ + * $Id: demux_avi.c,v 1.89 2002/05/24 11:32:02 miguelfreitas Exp $ * * demultiplexer for avi streams * @@ -1482,7 +1482,7 @@ static int demux_avi_start (demux_plugin_t *this_gen, } -static void demux_avi_seek (demux_plugin_t *this_gen, +static int demux_avi_seek (demux_plugin_t *this_gen, off_t start_pos, int start_time) { demux_avi_t *this = (demux_avi_t *) this_gen; -- cgit v1.2.3