Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-17 12:07:24 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-24 22:38:16 +0300
commit8d788c567a1338e5b1e322f5ef8db55bc326d41a (patch)
tree70414d1fc573d5de0c88e0b19908151dc488a83a /libavcodec/mpegvideo.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/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 4b07c5bfb2..82889a0edd 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -536,10 +536,6 @@ typedef struct MpegEncContext {
int noise_reduction;
int intra_penalty;
-
-#if FF_API_MJPEG_PRED
- int dummy; ///< used as target for deprecated options
-#endif
} MpegEncContext;