From 845a2dafd368040ff9a75b112829fab3f3a1b591 Mon Sep 17 00:00:00 2001 From: James Stembridge Date: Sat, 4 Jun 2005 11:05:59 +0000 Subject: "rmvb" is a valid real file extension too CVS patchset: 7603 CVS date: 2005/06/04 11:05:59 --- src/demuxers/demux_real.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c index 8e25bc89e..930cc55d9 100644 --- a/src/demuxers/demux_real.c +++ b/src/demuxers/demux_real.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2004 the xine project + * Copyright (C) 2000-2005 the xine project * * This file is part of xine, a free video player. * @@ -31,7 +31,7 @@ * * Based on FFmpeg's libav/rm.c. * - * $Id: demux_real.c,v 1.104 2005/02/06 15:26:18 tmattern Exp $ + * $Id: demux_real.c,v 1.105 2005/06/04 11:05:59 jstembridge Exp $ */ #ifdef HAVE_CONFIG_H @@ -1626,7 +1626,7 @@ static char *get_identifier (demux_class_t *this_gen) { } static char *get_extensions (demux_class_t *this_gen) { - return "rm ram"; + return "rm rmvb ram"; } static char *get_mimetypes (demux_class_t *this_gen) { -- cgit v1.2.3