mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
247 B
17 lines
247 B
14 years ago
|
/**
|
||
|
* @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
|