Changes between Initial Version and Version 1 of Ticket #10396, comment 28
- Timestamp:
- Mar 15, 2012, 2:41:37 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10396, comment 28
initial v1 4 4 5 5 If you actually had a closer look on what it is actually doing, it actually works that way: 6 org_waud = waud = next position to write7 if (upmixing)8 {9 upmix and copy into org_waud and update it10 update number_of_frames_added11 }12 6 13 if (encoder) 14 { 15 // go back to beginning of new audio added: 16 org_waud = waud 17 encode number_of_frames_added 7 org_waud = waud = next position to write \\ 8 if (upmixing) \\ 9 { \\ 10 upmix and copy into org_waud and update it \\ 11 update number_of_frames_added \\ 12 } \\ 13 \\ 14 if (encoder) \\ 15 { \\ 16 // go back to beginning of new audio added: \\ 17 org_waud = waud \\ 18 encode number_of_frames_added \\ 18 19 } 19 20