Ticket #151: dice-debug.patch

File dice-debug.patch, 0.5 kB (added by adi, 4 months ago)
  • dice_avdevice.cpp

    old new  
    10821091        // allocate ISO channel 
    10831092        int isochannel=allocateIsoChannel(p->getMaxPacketSize()); 
    10841093        if(isochannel<0) { 
    1085             debugError("Could not allocate iso channel for SP %d (ATX %d)\n",i,n); 
     1094            debugError("Could not allocate iso channel for SP %d (ARX %d)\n",i,n); 
    10861095            return false; 
    10871096        } 
    10881097        p->setChannel(isochannel);