Welcome to mirror list, hosted at ThFree Co, Russian Federation.

opt.h « libavcodec - github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70de27d1922ebf779444ffbf62d6c1370f9207f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @file
 * This header is provided for compatibility only and will be removed
 * on next major bump
 */

#ifndef AVCODEC_OPT_H
#define AVCODEC_OPT_H

#include "libavcodec/version.h"

#if FF_API_OPT_H
#include "libavutil/opt.h"
#endif

#endif /* AVCODEC_OPT_H */