changeset 5468:b0d37b8ff4b4

10l
author arpi
date Wed, 03 Apr 2002 11:54:14 +0000
parents 7c2afd5b5163
children 469e891e9630
files libmpeg2/mpeg2_internal.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpeg2/mpeg2_internal.h	Wed Apr 03 10:05:35 2002 +0000
+++ b/libmpeg2/mpeg2_internal.h	Wed Apr 03 11:54:14 2002 +0000
@@ -55,6 +55,7 @@
     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 @@
     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;