File: loudnorm_impl.h

package info (click to toggle)
python-av 14.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,664 kB
  • sloc: python: 4,712; sh: 175; ansic: 174; makefile: 123
file content (12 lines) | stat: -rw-r--r-- 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef AV_FILTER_LOUDNORM_H
#define AV_FILTER_LOUDNORM_H

#include <libavcodec/avcodec.h>

char* loudnorm_get_stats(
    AVFormatContext* fmt_ctx,
    int audio_stream_index,
    const char* loudnorm_args
);

#endif // AV_FILTER_LOUDNORM_H