]> git.sesse.net Git - kdenlive/blob - src/mimetypes/kdenlive.xml
fix coverity 1134134 1134135 (div by 0)
[kdenlive] / src / mimetypes / kdenlive.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3   <mime-type type="application/x-kdenlive">
4     <comment>Kdenlive video project document</comment>
5     <sub-class-of type="video/mlt-playlist"/>
6     <glob pattern="*.kdenlive"/>
7   </mime-type>
8   <mime-type type="application/x-kdenlivetitle">
9     <comment>Kdenlive video title</comment>
10     <sub-class-of type="application/xml"/>
11     <glob pattern="*.kdenlivetitle"/>
12   </mime-type>
13 </mime-info>