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

Arpi of Ize arpi at mplayer.dev.hu
Tue Oct 2 23:45:44 CEST 2001


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

Modified Files:
	mpeg2.h mpeg2_internal.h 
Log Message:
-Wall warnings fixed

Index: mpeg2.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/mpeg2.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpeg2.h	8 Jul 2001 00:21:20 -0000	1.4
+++ mpeg2.h	2 Oct 2001 21:45:41 -0000	1.5
@@ -54,7 +54,7 @@
 int mpeg2_decode_data (vo_functions_t *, uint8_t * data_start, uint8_t * data_end,int framedrop);
 //void mpeg2_close (vo_functions_t *);
 //void mpeg2_drop (int flag);
-
+//void mpeg2_free_image_buffers (picture_t * picture)
 
 /* initialize mpegdec with a opaque user pointer */
 //void mpeg2_init (mpeg2dec_t * mpeg2dec, uint32_t mm_accel

Index: mpeg2_internal.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/mpeg2_internal.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mpeg2_internal.h	8 Jul 2001 00:21:20 -0000	1.7
+++ mpeg2_internal.h	2 Oct 2001 21:45:41 -0000	1.8
@@ -214,6 +214,7 @@
 void stats_header (uint8_t code, uint8_t * buffer);
 
 void mpeg2_allocate_image_buffers(picture_t * picture);
+void mpeg2_free_image_buffers (picture_t * picture);
 
 
 #ifdef MPEG12_POSTPROC




More information about the MPlayer-cvslog mailing list