summaryrefslogtreecommitdiff
path: root/libavcodec/version_major.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-17 10:07:24 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-24 21:38:16 +0200
commit8d788c567a1338e5b1e322f5ef8db55bc326d41a (patch)
tree70414d1fc573d5de0c88e0b19908151dc488a83a /libavcodec/version_major.h
parentd587b1c32388fe60d7469424172e15b57bc5b4bd (diff)
avcodec/mjpegenc: Remove ineffective pred option
Never did anything, so it is removed immediately. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/version_major.h')
-rw-r--r--libavcodec/version_major.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/version_major.h b/libavcodec/version_major.h
index 87609d5436..1e23ed5e03 100644
--- a/libavcodec/version_major.h
+++ b/libavcodec/version_major.h
@@ -48,7 +48,6 @@
#define FF_API_AVCTX_TIMEBASE (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_FLAG_TRUNCATED (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_SUB_TEXT_FORMAT (LIBAVCODEC_VERSION_MAJOR < 60)
-#define FF_API_MJPEG_PRED (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_IDCT_NONE (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_SVTAV1_OPTS (LIBAVCODEC_VERSION_MAJOR < 60)