VirtualBox

Changeset 107504 in vbox


Ignore:
Timestamp:
Jan 8, 2025 1:03:21 PM (3 weeks ago)
Author:
vboxsync
Message:

src/VBox/Main/src-client/WebMWriter.cpp: Fixed warning found by Parfait (uninitialized attributes). jiraref:VBP-1424

File:
1 edited

Legend:

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

    r106061 r107504  
    4545
    4646WebMWriter::WebMWriter(void)
     47    : m_enmAudioCodec(RecordingAudioCodec_None)
     48    , m_enmVideoCodec(RecordingVideoCodec_None)
     49    , m_fInTracksSection(false)
    4750{
    4851    /* Size (in bytes) of time code to write. We use 2 bytes (16 bit) by default. */
    4952    m_cbTimecode   = 2;
    5053    m_uTimecodeMax = UINT16_MAX;
    51 
    52     m_fInTracksSection = false;
    5354}
    5455
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