summaryrefslogtreecommitdiffstats
path: root/libmpeg2
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-03 11:54:14 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-03 11:54:14 +0000
commit3909deefdb3fafb97ace0b9d868f876c4684d2cd (patch)
tree89b2587f72dea1736451ebe868e58c5be0b651db /libmpeg2
parentf16ffbbb3f1947ffca1874bb746dec188b213cc9 (diff)
downloadmpv-3909deefdb3fafb97ace0b9d868f876c4684d2cd.tar.bz2
mpv-3909deefdb3fafb97ace0b9d868f876c4684d2cd.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5469 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2')
-rw-r--r--libmpeg2/mpeg2_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index b08fa217ed..ce33778545 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -55,6 +55,7 @@ typedef struct vo_frame_s {
uint8_t * base[3]; /* pointer to 3 planes */
void (* copy) (struct vo_frame_s * frame, uint8_t ** src);
void* vo;
+ void* mpi;
// int slice;
// void (* field) (struct vo_frame_s * frame, int flags);
// void (* draw) (struct vo_frame_s * frame);
@@ -128,6 +129,7 @@ typedef struct picture_s {
struct vo_frame_s * current_frame;
struct vo_frame_s * forward_reference_frame;
struct vo_frame_s * backward_reference_frame;
+ struct vo_frame_s * temp_frame; // B frame
int second_field;