[MPlayer-cvslog] r19167 - trunk/libvo/vo_mpegpes.c

ben subversion at mplayerhq.hu
Sun Jul 23 11:55:28 CEST 2006


Author: ben
Date: Sun Jul 23 11:55:28 2006
New Revision: 19167

Modified:
   trunk/libvo/vo_mpegpes.c

Log:
removed now unnecessary variable

Modified: trunk/libvo/vo_mpegpes.c
==============================================================================
--- trunk/libvo/vo_mpegpes.c	(original)
+++ trunk/libvo/vo_mpegpes.c	Sun Jul 23 11:55:28 2006
@@ -226,8 +226,6 @@
     return orig_len;
 }
 
-static unsigned char pes_header[PES_MAX_SIZE];
-
 void send_pes_packet(unsigned char* data,int len,int id,int timestamp){
     send_mpeg_pes_packet (data, len, id, timestamp, 1, my_write);
 }



More information about the MPlayer-cvslog mailing list