Ignore:
Timestamp:
Dec 10, 2010 11:04:30 AM (13 years ago)
Author:
bennylp
Message:

Migration of current video works from private repository to this repository. This closed #1176

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjsip-apps/src/samples/pcaputil.c

    r2394 r3392  
    8888        if (pos >= 0) { 
    8989            unsigned msec; 
    90             msec = pos / 2 * 1000 / app.wav->info.clock_rate; 
     90            msec = pos / 2 * 1000 / PJMEDIA_PIA_SRATE(&app.wav->info); 
    9191            printf("Written: %dm:%02ds.%03d\n", 
    9292                    msec / 1000 / 60, 
Note: See TracChangeset for help on using the changeset viewer.