Files
ffmpeg/libavcodec/opt.h
T

17 lines
267 B
C
Raw Normal View History

/**
* @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
2011-05-17 16:58:04 +02:00
#endif /* AVCODEC_OPT_H */