This file is indexed.

/usr/share/kdenlive/effects/pan_zoom.xml is in kdenlive-data 16.12.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<!DOCTYPE kpartgui>
<effect tag="affine" id="pan_zoom" type="video" context="nomovit">
	<name>Position and Zoom</name>
	<description>Adjust size and position of clip</description>
	<author>Charles Yates</author>
	<parameter type="geometry" name="transition.geometry" default="0 0 %width %height" opacity="false">
		<name>Rectangle</name>
	</parameter>
        <parameter type="bool" name="transition.distort" default="0">
                <name>Distort</name>
        </parameter>
	<parameter type="color" name="background" default="colour:0x00000000" alpha="1" paramprefix="colour:">
		<name>Background Color</name>
	</parameter>
</effect>