VirtualBox

Changeset 45914 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 6, 2013 3:11:12 PM (12 years ago)
Author:
vboxsync
Message:

Main: warnings

Location:
trunk/src/VBox/Main/src-client
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r45890 r45914  
    39303930
    39313931        /* @todo new SendUpdate entry which can get a separate cmd header or coords. */
    3932         pThis->mParent->consoleVRDPServer()->SendUpdate (uScreenId, pCmd, cbCmd);
     3932        pThis->mParent->consoleVRDPServer()->SendUpdate (uScreenId, pCmd, (uint32_t)cbCmd);
    39333933
    39343934        *pHdrUnconst = hdrSaved;
  • trunk/src/VBox/Main/src-client/EbmlWriter.cpp

    r45913 r45914  
    390390        block_timecode = 0;
    391391        glob->cluster_open = 1;
    392         glob->cluster_timecode = pts_ms;
     392        glob->cluster_timecode = (uint32_t)pts_ms;
    393393        glob->cluster_pos = RTFileTell(glob->file);
    394394        if (RT_SUCCESS(rc))
  • trunk/src/VBox/Main/src-client/EbmlWriter.h

    r45913 r45914  
    253253struct cue_entry
    254254{
    255     uint64_t    time;
     255    uint32_t    time;
    256256    uint64_t    loc;
    257257};
     
    276276    uint64_t    startCluster;
    277277
    278     uint64_t    cluster_timecode;
     278    uint32_t    cluster_timecode;
    279279    int         cluster_open;
    280280
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette