This file is indexed.

/usr/share/kdenlive/effects/audiopan.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
<!DOCTYPE kpartgui>
<effect tag="panner" id="audiopan" type="audio">
	<name>Pan</name>
	<description>Adjust the left/right spread of a channel</description>
	<author>Dan Dennedy</author>
        <parameter type="list" name="channel" default="0" paramlist="0;1">
                <paramlistdisplay>Left,Right</paramlistdisplay>
                <name>Channel</name>
        </parameter>
	<parameter type="keyframe" name="start" max="1000" min="0" default="500" factor="1000">
		<name>Pan</name>
	</parameter>
</effect>