[Mplayer-cvslog] CVS: main/libmpeg2 mpeg2.h,1.3,1.4 mpeg2_internal.h,1.6,1.7

Arpi of Ize arpi at mplayer.dev.hu
Sun Jul 8 02:21:23 CEST 2001


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

Modified Files:
	mpeg2.h mpeg2_internal.h 
Log Message:
video codec stuff moved to dec_video.c

Index: mpeg2.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/mpeg2.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpeg2.h	3 Jun 2001 18:22:59 -0000	1.3
+++ mpeg2.h	8 Jul 2001 00:21:20 -0000	1.4
@@ -56,7 +56,6 @@
 //void mpeg2_drop (int flag);
 
 
-
 /* initialize mpegdec with a opaque user pointer */
 //void mpeg2_init (mpeg2dec_t * mpeg2dec, uint32_t mm_accel
 //		 ,vo_instance_t * output

Index: mpeg2_internal.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/mpeg2_internal.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mpeg2_internal.h	17 May 2001 22:18:45 -0000	1.6
+++ mpeg2_internal.h	8 Jul 2001 00:21:20 -0000	1.7
@@ -213,6 +213,9 @@
 /* stats.c */
 void stats_header (uint8_t code, uint8_t * buffer);
 
+void mpeg2_allocate_image_buffers(picture_t * picture);
+
+
 #ifdef MPEG12_POSTPROC
 #define MBC 48
 #define MBR 36


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list