This file is indexed.

/usr/share/mlt/core/filter_gamma.yml is in libmlt-data 0.9.2-2.

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
24
schema_version: 0.1
type: filter
identifier: gamma
title: Gamma
version: 1
copyright: Ushodaya Enterprises Limited
creator: Charles Yates
license: LGPLv2.1
language: en
tags:
  - Video
description: Adjust image luma using a non-linear power-law curve.
parameters:
  - identifier: argument
    title: Gamma
    type: float
    description: The exponential factor of the power-law curve
    default: 1.0
  - identifier: gamma
    title: Gamma
    type: float
    description: See "argument"
    mutable: yes
    default: 1.0