~ubuntu-branches/ubuntu/wily/pianobar/wily-proposed

« back to all changes in this revision

Viewing changes to src/player.h

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2011-11-16 14:26:36 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20111116142636-x2v716fs6wrybq46
Tags: 2011.11.11-1
* New upstream version 
  - SSL support and XMLRPC api version compatibility (v33) 
    (closes: #648209, LP: #887886)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
struct audioPlayer {
50
50
        /* buffer; should be large enough */
51
 
        unsigned char buffer[WAITRESS_RECV_BUFFER*2];
 
51
        unsigned char buffer[WAITRESS_BUFFER_SIZE*2];
52
52
        size_t bufferFilled;
53
53
        size_t bufferRead;
54
54
        size_t bytesReceived;