From b56454823494ff3fa6d80d6787708857eb022dd8 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 23 Jan 2003 16:11:56 +0000 Subject: preparations for beta3: - disable debug messages in flac decoder - review demuxer mimetypes - use fourcc internal functions in demux_real CVS patchset: 3995 CVS date: 2003/01/23 16:11:56 --- src/demuxers/demux_mng.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/demuxers/demux_mng.c') diff --git a/src/demuxers/demux_mng.c b/src/demuxers/demux_mng.c index 636559e35..267ae0816 100644 --- a/src/demuxers/demux_mng.c +++ b/src/demuxers/demux_mng.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_mng.c,v 1.5 2003/01/10 11:57:16 miguelfreitas Exp $ + * $Id: demux_mng.c,v 1.6 2003/01/23 16:12:03 miguelfreitas Exp $ * * demux_mng.c, Demuxer plugin for Multiple-image Network Graphics format * @@ -368,10 +368,10 @@ static char *get_extensions(demux_class_t *this_gen) static char *get_mimetypes(demux_class_t *this_gen) { - return "image/png: png: PNG image" - "image/x-png: png: PNG image" - "video/mng: mng: MNG animation" - "video/x-mng: mng: MNG animation"; + return "image/png: png: PNG image;" + "image/x-png: png: PNG image;" + "video/mng: mng: MNG animation;" + "video/x-mng: mng: MNG animation;"; } static void class_dispose(demux_class_t *this) -- cgit v1.2.3