summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-03-05 17:48:19 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-05 17:48:19 +0000
commitdfb476cbe0de25f3dde7c46d0917b37ac74b0a2e (patch)
tree2fbdf68b45ec59e2374be44d647b0cb2ce0564a9 /libavcodec/mpegvideo.h
parent968ea8d9d3d8b0e944d666f5979b7085a8e66bc2 (diff)
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...)
Originally committed as revision 1624 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index e406f41893..04a576d0c0 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -528,6 +528,7 @@ typedef struct MpegEncContext {
int full_pel[2];
int interlaced_dct;
int first_slice;
+ int first_field;
/* RTP specific */
/* These are explained on avcodec.h */