[svn] / branches / release-1_0-branch / xvidcore / vfw / src / config.c Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/vfw/src/config.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1457, Wed May 26 09:29:35 2004 UTC revision 1458, Wed May 26 09:30:59 2004 UTC
# Line 928  Line 928 
928                          /* step 2: calculate audio_size (kbytes)*/                          /* step 2: calculate audio_size (kbytes)*/
929                          if (audio_type!=NO_AUDIO) {                          if (audio_type!=NO_AUDIO) {
930                                  if (audio_mode==0) {                                  if (audio_mode==0) {
931                                          audio_size = (duration * audio_rate) / 8;                                          audio_size = (1000 * duration * audio_rate) / (8*1024);
932                                  }                                  }
933                          }else{                          }else{
934                                  audio_size = 0;                                  audio_size = 0;

Legend:
Removed from v.1457  
changed lines
  Added in v.1458

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4