diff mpegvideo.h @ 582:5132a4ee50cd libavcodec

different edge positions fixed with edge emu / dr1
author michaelni
date Thu, 25 Jul 2002 20:22:36 +0000
parents 762c67fd4078
children d3f374218030
line wrap: on
line diff
--- a/mpegvideo.h	Thu Jul 25 16:25:36 2002 +0000
+++ b/mpegvideo.h	Thu Jul 25 20:22:36 2002 +0000
@@ -130,6 +130,7 @@
     int picture_in_gop_number; /* 0-> first pic in gop, ... */
     int b_frames_since_non_b;  /* used for encoding, relative to not yet reordered input */
     int mb_width, mb_height;   /* number of MBs horizontally & vertically */
+    int h_edge_pos, v_edge_pos;/* horizontal / vertical position of the right/bottom edge (pixel replicateion)*/
     int mb_num;                /* number of MBs of a picture */
     int linesize;              /* line size, in bytes, may be different from width */
     int uvlinesize;            /* line size, for chroma in bytes, may be different from width */