[server] / trunk / server / src / mmdevice.cxx Repository:
ViewVC logotype

Diff of /trunk/server/src/mmdevice.cxx

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

revision 551, Wed Jan 6 11:44:39 2010 UTC revision 552, Wed Jan 6 18:20:45 2010 UTC
# Line 701  Line 701 
701                  playRecordList_[count].ItemType = EMM_MEDIA_TYPE_AUDIO;                  playRecordList_[count].ItemType = EMM_MEDIA_TYPE_AUDIO;
702                  playRecordList_[count].list = &audioMediaList_;                  playRecordList_[count].list = &audioMediaList_;
703                  playRecordList_[count].ItemChain = EMM_ITEM_EOT;                  playRecordList_[count].ItemChain = EMM_ITEM_EOT;
704                    count++;
705          }          }
706    
707          /* init video          /* init video
# Line 772  Line 773 
773                  /* append */                  /* append */
774                  if ( count > 0 )                  if ( count > 0 )
775                  {                  {
776                          playRecordList_[count++].ItemChain = EMM_ITEM_CONT;                          playRecordList_[count-1].ItemChain = EMM_ITEM_CONT;
777                  }                  }
778                  INIT_MM_PLAY_RECORD_LIST(&playRecordList_[count]);                  INIT_MM_PLAY_RECORD_LIST(&playRecordList_[count]);
779                  playRecordList_[count].ItemType = EMM_MEDIA_TYPE_VIDEO;                  playRecordList_[count].ItemType = EMM_MEDIA_TYPE_VIDEO;

Legend:
Removed from v.551  
changed lines
  Added in v.552

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