[Mplayer-cvslog] CVS: main/libvo img_format.h,1.1,1.2

Arpi of Ize arpi at mplayer.dev.hu
Sat Sep 8 22:45:24 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv23974

Modified Files:
	img_format.h 
Log Message:
Mpeg PES added

Index: img_format.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/img_format.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- img_format.h	14 Apr 2001 17:50:16 -0000	1.1
+++ img_format.h	8 Sep 2001 20:45:22 -0000	1.2
@@ -50,5 +50,14 @@
 #define IMGFMT_YUVP 0x50565559
 #define IMGFMT_UYVP 0x50565955
 
+/* Compressed Formats */
+#define IMGFMT_MPEGPES (('M'<<24)|('P'<<16)|('E'<<8)|('S'))
+
+typedef struct {
+    void* data;
+    int size;
+    int id;        // stream id. usually 0x1E0
+    int timestamp; // pts, 90000 Hz counter based
+} vo_mpegpes_t;
 
 #endif




More information about the MPlayer-cvslog mailing list