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:
authorDiego Biurrun <diego@biurrun.de>2013-11-13 21:44:25 +0400
committerDiego Biurrun <diego@biurrun.de>2013-11-14 17:21:27 +0400
commitad1161799e096c4bae885f100f27f886755d479a (patch)
tree915979db483a22c396576370be45ee5f0039f87a /libavcodec/mpegvideo.h
parent669fe505952f3d8175b1ad6971033a8e8120523b (diff)
mpeg12dec: Remove outdated UV swapping code for VCR2
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 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