Browse Source

David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4024 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/v1.9.6
sletz 15 years ago
parent
commit
9b2744c62d
3 changed files with 4 additions and 2 deletions
  1. +4
    -0
      ChangeLog
  2. +0
    -1
      common/netjack.c
  3. +0
    -1
      common/netjack.h

+ 4
- 0
ChangeLog View File

@@ -30,6 +30,10 @@ Arnold Krille
Jackdmp changes log
---------------------------

2010-06-16 Stephane Letz <letz@grame.fr>
* David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.

2010-06-13 Stephane Letz <letz@grame.fr>
* Fix JackPosixSemaphore::TimedWait : same behavior as JackPosixSemaphore::Wait regarding EINTR.


+ 0
- 1
common/netjack.c View File

@@ -735,7 +735,6 @@ netjack_startup( netjack_driver_state_t *netj )
}

netj->rx_bufsize = sizeof (jacknet_packet_header) + netj->net_period_down * netj->capture_channels * get_sample_size (netj->bitdepth);
netj->pkt_buf = malloc (netj->rx_bufsize);
global_packcache = packet_cache_new (netj->latency + 50, netj->rx_bufsize, netj->mtu);

netj->expected_framecnt_valid = 0;


+ 0
- 1
common/netjack.h View File

@@ -85,7 +85,6 @@ struct _netjack_driver_state {
unsigned int handle_transport_sync;

unsigned int *rx_buf;
unsigned int *pkt_buf;
unsigned int rx_bufsize;
//unsigned int tx_bufsize;
unsigned int mtu;


Loading…
Cancel
Save