[svn] / trunk / xvidcore / vfw / src / config.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/vfw/src/config.c

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

revision 1455, Wed May 26 06:18:43 2004 UTC revision 1459, Wed May 26 09:36:45 2004 UTC
# Line 935  Line 935 
935                          /* step 2: calculate audio_size (kbytes)*/                          /* step 2: calculate audio_size (kbytes)*/
936                          if (audio_type!=NO_AUDIO) {                          if (audio_type!=NO_AUDIO) {
937                                  if (audio_mode==0) {                                  if (audio_mode==0) {
938                                          audio_size = (duration * audio_rate) / 8;                                          audio_size = (1000 * duration * audio_rate) / (8*1024);
939                                  }                                  }
940                          }else{                          }else{
941                                  audio_size = 0;                                  audio_size = 0;

Legend:
Removed from v.1455  
changed lines
  Added in v.1459

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