X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=projects%2Fmozilla%2Fvlcplugin.h;h=cb6132a6558672fcd6e21ee3f3a1542284734d42;hb=924bda6286af1120d86a3b70f98aa06e1c7106ae;hp=713dc58c941fbd910063c3cbc69bd3ee3abb22da;hpb=227de1f76923c66c00711b6adb6721a5a325e28d;p=vlc diff --git a/projects/mozilla/vlcplugin.h b/projects/mozilla/vlcplugin.h index 713dc58c94..cb6132a655 100644 --- a/projects/mozilla/vlcplugin.h +++ b/projects/mozilla/vlcplugin.h @@ -1,11 +1,12 @@ /***************************************************************************** * vlcplugin.h: a VLC plugin for Mozilla ***************************************************************************** - * Copyright (C) 2002-2006 the VideoLAN team + * Copyright (C) 2002-2008 the VideoLAN team * $Id$ * * Authors: Samuel Hocevar - Damien Fouilleul + * Damien Fouilleul + * Jean-Paul Saman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -222,7 +223,10 @@ private: "video/divx:divx:DivX video;" \ /* FLV */ \ "video/flv:flv:FLV video;" \ - "video/x-flv:flv:FLV video;" + "video/x-flv:flv:FLV video;" \ + /* Matroska */ \ + "video/x-matroska:mkv:Matroska video;" \ + "audio/x-matroska:mka:Matroska audio;"