diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-23 09:55:28 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-23 09:55:28 +0000 |
commit | c1676e21d94016b9af3466264617ac742cd28e33 (patch) | |
tree | e04fb13c5145f79ce97aab1ea7e28bbcf13b3ba0 /libvo | |
parent | a6a7d56cd15f00900fc1d69244af117db7a80096 (diff) | |
download | mpv-c1676e21d94016b9af3466264617ac742cd28e33.tar.bz2 mpv-c1676e21d94016b9af3466264617ac742cd28e33.tar.xz |
removed now unnecessary variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19167 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_mpegpes.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); } |