[Mplayer-cvslog] CVS: main/libmpeg2 mpeg2_internal.h,1.11,1.12

Arpi of Ize arpi at mplayer.dev.hu
Wed Apr 3 13:54:24 CEST 2002


Update of /cvsroot/mplayer/main/libmpeg2
In directory mplayer:/var/tmp.root/cvs-serv1154

Modified Files:
	mpeg2_internal.h 
Log Message:
10l

Index: mpeg2_internal.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/mpeg2_internal.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mpeg2_internal.h	7 Nov 2001 01:59:28 -0000	1.11
+++ mpeg2_internal.h	3 Apr 2002 11:54:14 -0000	1.12
@@ -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;
 




More information about the MPlayer-cvslog mailing list