Changeset 544
- Timestamp:
- Nov 2, 2010, 3:54:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/convsrate.cpp
r33 r544 69 69 jnz LoopSRateConvert16Stereo 70 70 71 mov ulPosition, edx ;update uulPosition71 //PS+++ What do this operations? mov ulPosition, edx ;update uulPosition 72 72 73 73 pop edi … … 127 127 jnz LoopSRateConvert16Mono 128 128 129 mov ulPosition, edx ;update ulPosition129 //PS+++ What do this operations? mov ulPosition, edx ;update ulPosition 130 130 131 131 pop edi … … 185 185 jnz LoopSRateConvert8Stereo 186 186 187 mov ulPosition, edx ;update ulPosition187 //PS+++ What do this operations? mov ulPosition, edx ;update ulPosition 188 188 189 189 pop edi … … 243 243 jnz LoopSRateConvert8Mono 244 244 245 mov ulPosition, edx ;update ulPosition246 247 pop edi 248 pop esi 249 pop edx 250 pop ecx 251 pop ebx 252 pop eax 253 pop ds 254 } 255 return; 256 } 257 //***************************************************************************** 258 //***************************************************************************** 259 245 //PS+++ What do this operations? mov ulPosition, edx ;update ulPosition 246 247 pop edi 248 pop esi 249 pop edx 250 pop ecx 251 pop ebx 252 pop eax 253 pop ds 254 } 255 return; 256 } 257 //***************************************************************************** 258 //***************************************************************************** 259
Note:
See TracChangeset
for help on using the changeset viewer.