This file is indexed.

/usr/share/kdenlive/effects/movit_rect.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
<!DOCTYPE kpartgui>
<effect tag="movit.rect" id="movit.rect">
	<name>Pan and Zoom (GPU)</name>
	<author>Steinar H. Gunderson</author>
	<parameter type="animatedrect" name="rect" default="0 0 %width %height" opacity="false">
		<name>Rectangle</name>
	</parameter>
	<parameter type="bool" name="fill" default="1" min="0" max="1">
		<name>Allow upscale</name>
	</parameter>
</effect>