From 6a41a11d77dfc01bcbde4dc2635483f6a950d241 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 7 Jul 2004 01:07:58 +0000 Subject: fix typo (bug #977510) CVS patchset: 6779 CVS date: 2004/07/07 01:07:58 --- src/demuxers/demux_qt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c index 64dd7a9c7..cf7373ca4 100644 --- a/src/demuxers/demux_qt.c +++ b/src/demuxers/demux_qt.c @@ -30,7 +30,7 @@ * build_frame_table * free_qt_info * - * $Id: demux_qt.c,v 1.188 2004/06/15 21:22:34 miguelfreitas Exp $ + * $Id: demux_qt.c,v 1.189 2004/07/07 01:07:58 miguelfreitas Exp $ * */ @@ -1458,7 +1458,7 @@ static qt_error parse_reference_atom (reference_t *ref, if (current_atom == RDRF_ATOM) { /* if the URL starts with "http://", copy it */ - if (strncmp(&ref_atom[i + 12], "http://", 7) == 0 + if (strncmp(&ref_atom[i + 16], "http://", 7) == 0 || strncmp(&ref_atom[i + 16], "rtsp://", 7) == 0) { /* URL is spec'd to terminate with a NULL; don't trust it */ -- cgit v1.2.3