diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-11-13 18:44:25 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-11-14 14:21:27 +0100 |
commit | ad1161799e096c4bae885f100f27f886755d479a (patch) | |
tree | 915979db483a22c396576370be45ee5f0039f87a /libavcodec/mpegvideo.h | |
parent | 669fe505952f3d8175b1ad6971033a8e8120523b (diff) | |
download | ffmpeg-ad1161799e096c4bae885f100f27f886755d479a.tar.gz |
mpeg12dec: Remove outdated UV swapping code for VCR2
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 50a87597a1..79da9fbec4 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -707,7 +707,6 @@ typedef struct MpegEncContext { int rtp_mode; uint8_t *ptr_lastgob; - int swap_uv; //vcr2 codec is an MPEG-2 variant with U and V swapped int16_t (*pblocks[12])[64]; int16_t (*block)[64]; ///< points to one of the following blocks |