changeset 19162:77662cf942bf

removed now unnecessary variable
author ben
date Sun, 23 Jul 2006 09:55:28 +0000
parents 049c74156629
children 59c0eee29b5a
files libvo/vo_mpegpes.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_mpegpes.c	Sun Jul 23 09:32:04 2006 +0000
+++ b/libvo/vo_mpegpes.c	Sun Jul 23 09:55:28 2006 +0000
@@ -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);
 }