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-01-25 19:03:47 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-04-01 17:14:10 +0300
commit046736f3429920f2beac48518e2f5a96b53d793e (patch)
treecd4b3b9386995d4bfce240779fa59f4b30dd3d93 /libavcodec/mpegvideo.h
parent9b3279b20198a46aae08c29c3b4c4ce75ff637ff (diff)
avcodec/speedhqenc: Add SpeedHQEncContext and move slice_start to it
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 501ba26750..51d524f1fe 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -417,9 +417,6 @@ typedef struct MpegEncContext {
int inter_intra_pred;
int mspel;
- /* SpeedHQ specific */
- int slice_start;
-
/* decompression specific */
GetBitContext gb;