This file is indexed.

/usr/share/mlt/opengl/filter_movit_blur.yml is in libmlt-data 6.4.1-4.

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
16
17
18
19
20
21
22
23
schema_version: 0.1
type: filter
identifier: movit.blur
title: Blur (GLSL)
version: 1
copyright: Dan Dennedy
creator: Steinar H. Gunderson
license: GPLv2
language: en
tags:
  - Video
description: >
  A separable 2D blur implemented by a combination of mipmap filtering
  and convolution (essentially giving a convolution with a piecewise linear
  approximation to the true impulse response).

parameters:
  - identifier: radius
    title: Radius
    type: float
    minimum: 0
    default: 3
    mutable: yes