summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-02-01 10:15:51 +0100
committerAnton Khirnov <anton@khirnov.net>2022-02-15 10:16:15 +0100
commitbe95df12bb06b183c8d2aea3b0831fdf05466cf3 (patch)
tree496462d3c96b633759bd863bfc9221b408395a91 /libavcodec/mpegvideo.h
parenta67734596dca097584965916e0ba90e81af3163c (diff)
downloadffmpeg-be95df12bb06b183c8d2aea3b0831fdf05466cf3.tar.gz
lavc/mpeg*: drop the XvMC hwaccel code
XvMC was last relevant over 10 years ago, if ever. There is no reason to use it today.
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 77d1593928..501ba26750 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -467,8 +467,6 @@ typedef struct MpegEncContext {
int rtp_payload_size;
uint8_t *ptr_lastgob;
- int swap_uv; //vcr2 codec is an MPEG-2 variant with U and V swapped
- int pack_pblocks; //xvmc needs to keep blocks without gaps.
int16_t (*pblocks[12])[64];
int16_t (*block)[64]; ///< points to one of the following blocks