diff libmpeg2/mpeg2_internal.h @ 79:b7b038ee3fde

backward-frame rendering by slices
author arpi_esp
date Sun, 11 Mar 2001 01:28:31 +0000
parents 727b1337f951
children d97be5962c92
line wrap: on
line diff
--- a/libmpeg2/mpeg2_internal.h	Sun Mar 11 00:43:40 2001 +0000
+++ b/libmpeg2/mpeg2_internal.h	Sun Mar 11 01:28:31 2001 +0000
@@ -55,7 +55,7 @@
     uint8_t * base[3];	/* pointer to 3 planes */
     void (* copy) (struct vo_frame_s * frame, uint8_t ** src);
     void* vo;
-    int slice;
+//    int slice;
 //    void (* field) (struct vo_frame_s * frame, int flags);
 //    void (* draw) (struct vo_frame_s * frame);
 //    vo_instance_t * instance;
@@ -147,6 +147,10 @@
     int display_picture_height;
     int pp_options;
     int repeat_count;
+
+    struct vo_frame_s * display_frame;
+    int slice;
+
 } picture_t;
 
 typedef struct mpeg2_config_s {