summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-12-12 20:36:05 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-12-17 01:53:50 +0100
commit81c6b8ffe87bf01c4ba7d22773b0aeda4376d37c (patch)
tree9c9a22385604114eea1479b17a10ab0ea3316cf2 /libavcodec/mpegvideo.h
parentdd949124793c722ed55dead9da245574ace81968 (diff)
downloadffmpeg-81c6b8ffe87bf01c4ba7d22773b0aeda4376d37c.tar.gz
avcodec/mpegvideo: Move closed_gop to Mpeg1Context
Only used there and only by the main thread. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index e90669b776..85f02b1355 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -198,7 +198,6 @@ typedef struct MpegEncContext {
int *lambda_table;
int adaptive_quant; ///< use adaptive quantization
int dquant; ///< qscale difference to prev qscale
- int closed_gop; ///< MPEG1/2 GOP is closed
int pict_type; ///< AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B, ...
int vbv_delay;
int last_pict_type; //FIXME removes