From 693a11b8a269c695c2608172c223be246dd7343e Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 26 Oct 2017 23:43:11 +0200 Subject: lavf: Remove AVFMT_RAWPICTURE. Deprecated since October 2015. --- libavformat/version.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/version.h') diff --git a/libavformat/version.h b/libavformat/version.h index 8ae091ffab..ac409dbad2 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -55,9 +55,6 @@ * at once through the bump. This improves the git bisect-ability of the change. * */ -#ifndef FF_API_LAVF_FMT_RAWPICTURE -#define FF_API_LAVF_FMT_RAWPICTURE (LIBAVFORMAT_VERSION_MAJOR < 58) -#endif #ifndef FF_API_COMPUTE_PKT_FIELDS2 #define FF_API_COMPUTE_PKT_FIELDS2 (LIBAVFORMAT_VERSION_MAJOR < 59) #endif -- cgit v1.2.3