Changes between Initial Version and Version 1 of Ticket #10396, comment 28


Ignore:
Timestamp:
Mar 15, 2012, 2:41:37 AM (13 years ago)
Author:
JYA
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10396, comment 28

    initial v1  
    44
    55If you actually had a closer look on what it is actually doing, it actually works that way:
    6 org_waud = waud = next position to write
    7 if (upmixing)
    8 {
    9    upmix and copy into org_waud and update it
    10    update number_of_frames_added
    11 }
    126
    13 if (encoder)
    14 {
    15    // go back to beginning of new audio added:
    16    org_waud = waud
    17    encode number_of_frames_added
     7org_waud = waud = next position to write \\
     8if (upmixing) \\
     9{ \\
     10   upmix and copy into org_waud and update it \\
     11   update number_of_frames_added \\
     12} \\
     13\\
     14if (encoder) \\
     15{ \\
     16   // go back to beginning of new audio added: \\
     17   org_waud = waud \\
     18   encode number_of_frames_added \\
    1819}
    1920