diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-07-25 20:22:36 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-07-25 20:22:36 +0000 |
commit | b5a093b3a9f22f559a6c40f8e8a33efa16da269d (patch) | |
tree | 5f57d0af84907a41906551ab033216f9254aa7ed /libavcodec/mpegvideo.h | |
parent | bc4a1ffe96f544b0380431d7c9fc4c997d01e065 (diff) | |
download | ffmpeg-b5a093b3a9f22f559a6c40f8e8a33efa16da269d.tar.gz |
different edge positions fixed with edge emu / dr1
Originally committed as revision 814 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index b04d4f74cd..820f1100ec 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -130,6 +130,7 @@ typedef struct MpegEncContext { 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 */ |