summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2020-11-09 12:25:02 +0100
committerPaul B Mahol <onemda@gmail.com>2020-11-24 09:38:35 +0100
commit052a5993adfc749b4283aac4ca0dec3087b7091a (patch)
tree663ee81d5572340d2d2ea4d5023b81b50f1fe822 /libavcodec/mpegvideo.h
parent4688017d9a1c2633c5888de5a0580d29e7680d54 (diff)
avcodec: add SpeedHQ encoder
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 29e692f245..974c71b6bd 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -444,6 +444,9 @@ typedef struct MpegEncContext {
int inter_intra_pred;
int mspel;
+ /* SpeedHQ specific */
+ int slice_start;
+
/* decompression specific */
GetBitContext gb;