From 34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 12 Oct 2015 16:06:07 +0200 Subject: avformat: Do not use AVFMT_RAWPICTURE There are no formats supporting it anymore and it is deprecated. Update the documentation accordingly. --- libavformat/version.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/version.h') diff --git a/libavformat/version.h b/libavformat/version.h index f8dbd6ee50..d74968aa53 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -57,5 +57,8 @@ #ifndef FF_API_LAVF_CODEC_TB #define FF_API_LAVF_CODEC_TB (LIBAVFORMAT_VERSION_MAJOR < 58) #endif +#ifndef FF_API_LAVF_FMT_RAWPICTURE +#define FF_API_LAVF_FMT_RAWPICTURE (LIBAVFORMAT_VERSION_MAJOR < 58) +#endif #endif /* AVFORMAT_VERSION_H */ -- cgit v1.2.3