1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 22:28:01 +00:00

Remove comment printed by -demuxer help, it belongs in the copyright header.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22015 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-01-25 17:48:38 +00:00
parent 562f35955f
commit ef3b7add5f

View File

@ -3815,7 +3815,7 @@ demuxer_desc_t demuxer_desc_matroska = {
"mkv",
"Matroska",
"Aurelien Jacobs",
"based on gstreamer demuxer by Ronald Bultje and demux_mkv.cpp by Moritz Bunkus",
"",
DEMUXER_TYPE_MATROSKA,
1, // safe autodetect
demux_mkv_open,