From c1676e21d94016b9af3466264617ac742cd28e33 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 23 Jul 2006 09:55:28 +0000 Subject: removed now unnecessary variable git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19167 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_mpegpes.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_mpegpes.c b/libvo/vo_mpegpes.c index 0518ae9028..3e2d148983 100644 --- a/libvo/vo_mpegpes.c +++ b/libvo/vo_mpegpes.c @@ -226,8 +226,6 @@ static int my_write(unsigned char* data,int len){ 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); } -- cgit v1.2.3