summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-20 03:20:06 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-20 03:20:06 +0000
commitff2635b273269dff524bc89242902011b68794ff (patch)
treef643dca3a71abc8308fde12d4bd65c34997427d6 /libavcodec/avcodec.h
parent8815bf011e309aea8774a0cd584cbfadc16558c0 (diff)
Make timestamp interpolation work with mpeg2 field pictures.
Cleaner/simpler solutions are welcome. Originally committed as revision 12156 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8870fded3f..44f45f2330 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2788,6 +2788,7 @@ typedef struct AVCodecParserContext {
/* video info */
int pict_type; /* XXX: Put it back in AVCodecContext. */
int repeat_pict; /* XXX: Put it back in AVCodecContext. */
+ int parity;
int64_t pts; /* pts of the current frame */
int64_t dts; /* dts of the current frame */