mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Introduce AVERROR_PATCHWELCOME
Originally committed as revision 10110 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a92b819a2d
commit
f3a3c72e3c
@ -2943,5 +2943,6 @@ int av_parse_video_frame_rate(AVRational *frame_rate, const char *str);
|
||||
#define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */
|
||||
#define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
|
||||
#define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */
|
||||
#define AVERROR_PATCHWELCOME -MKTAG('P','A','W','E') /**< Not yet implemented in FFmpeg. Patches welcome. */
|
||||
|
||||
#endif /* AVCODEC_H */
|
||||
|
Loading…
Reference in New Issue
Block a user