Ignore:
Timestamp:
Oct 19, 2006 3:49:47 PM (18 years ago)
Author:
bennylp
Message:

Support for MP3 recording for Win32 target. Also added "--rec-file" and "--auto-rec" option in pjsua to record voice conversion. The "--rec-file" option will record to either .WAV or .MP3 depending on the file extension.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/resolver.c

    r754 r783  
    12841284 
    12851285    /* Make sure there are answers in the packet */ 
    1286     PJ_ASSERT_RETURN(pkt->hdr.anscount && pkt->ans || 
    1287                      pkt->hdr.qdcount && pkt->q, 
     1286    PJ_ASSERT_RETURN((pkt->hdr.anscount && pkt->ans) || 
     1287                      (pkt->hdr.qdcount && pkt->q), 
    12881288                     PJLIB_UTIL_EDNSNOANSWERREC); 
    12891289 
Note: See TracChangeset for help on using the changeset viewer.