VirtualBox

Changeset 75355 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Nov 9, 2018 11:27:45 AM (6 years ago)
Author:
vboxsync
Message:

Build fix.

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

Legend:

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

    r75354 r75355  
    172172
    173173/**
    174  * Creates a video recording context.
     174 * Creates a recording context.
    175175 *
    176176 * @returns IPRT status code.
     
    269269
    270270/**
    271  * Destroys a video recording context.
     271 * Destroys a recording context.
    272272 */
    273273int RecordingContext::destroyInternal(void)
  • trunk/src/VBox/Main/src-client/RecordingInternals.cpp

    r75354 r75355  
    2323#ifdef VBOX_WITH_AUDIO_RECORDING
    2424/**
    25  * Frees a previously allocated video recording audio frame.
     25 * Frees a previously allocated recording audio frame.
    2626 *
    2727 * @param   pFrame              Audio frame to free. The pointer will be invalid after return.
     
    4343
    4444/**
    45  * Frees a video recording video frame.
     45 * Frees a recording video frame.
    4646 *
    4747 * @returns IPRT status code.
     
    6262
    6363/**
    64  * Frees a video recording (data) block.
     64 * Frees a recording (data) block.
    6565 *
    6666 * @returns IPRT status code.
    6767 * @param   pBlock              Video recording (data) block to free. The pointer will be invalid after return.
    6868 */
    69 void RECORDINGBLOCKFree(PRECORDINGBLOCK pBlock)
     69void RecordingFree(PRECORDINGBLOCK pBlock)
    7070{
    7171    if (!pBlock)
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