diff mpegvideo.h @ 1159:13ea348d4cf2 libavcodec

simplify slice encoding (variance of packet size is practically identical)
author michaelni
date Sun, 30 Mar 2003 16:22:08 +0000
parents dde68a430ba9
children 9a5c29575902
line wrap: on
line diff
--- a/mpegvideo.h	Sat Mar 29 14:06:24 2003 +0000
+++ b/mpegvideo.h	Sun Mar 30 16:22:08 2003 +0000
@@ -578,8 +578,6 @@
     int rtp_payload_size;
     void (*rtp_callback)(void *data, int size, int packet_number);
     uint8_t *ptr_lastgob;
-    uint8_t *ptr_last_mb_line;
-    uint32_t mb_line_avgsize;
     
     DCTELEM (*block)[64]; ///< points to one of the following blocks 
     DCTELEM blocks[2][6][64] __align8; // for HQ mode we need to keep the best block