diff mpegvideo.h @ 1580:628bf341e099 libavcodec

XvMC speedup by removing one memcpy and doing MB packing
author iive
date Mon, 27 Oct 2003 23:22:43 +0000
parents 5ebb4ae753d3
children 3d1d0490e5a6
line wrap: on
line diff
--- a/mpegvideo.h	Mon Oct 27 14:37:30 2003 +0000
+++ b/mpegvideo.h	Mon Oct 27 23:22:43 2003 +0000
@@ -655,6 +655,8 @@
     int rtp_payload_size;
     void (*rtp_callback)(void *data, int size, int packet_number);
     uint8_t *ptr_lastgob;
+    int swap_uv;//vcr2 codec is mpeg2 varint with UV swaped
+    short * pblocks[12];
     
     DCTELEM (*block)[64]; ///< points to one of the following blocks 
     DCTELEM (*blocks)[6][64]; // for HQ mode we need to keep the best block