- Timestamp:
- 08/23/10 18:44:54 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/applications/applestreamingclient/src/clientcontext.cpp
r93 r95 258 258 Playlist *pPlaylist = _childPlaylists[optimalBw]; 259 259 260 //if (_currentItemIndex == 0)261 //_currentItemIndex = pPlaylist->GetItemsCount() / 2 + 10;260 if (_currentItemIndex == 0) 261 _currentItemIndex = pPlaylist->GetItemsCount() / 2 + 10; 262 262 263 263 //4. Is this the last item in the playlis? … … 362 362 363 363 uint32_t ClientContext::GetOptimalBw() { 364 if (_optimalBw == 0) { 365 _optimalBw = MAP_KEY(_childPlaylists.begin()); 366 } 364 // if (_optimalBw == 0) { 365 // _optimalBw = MAP_KEY(_childPlaylists.begin()); 366 // } 367 _optimalBw = 800000; 367 368 return _optimalBw; 368 369 }
Note: See TracChangeset
for help on using the changeset viewer.
