VirtualBox

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


Ignore:
Timestamp:
Aug 16, 2022 3:45:56 PM (2 years ago)
Author:
vboxsync
Message:

Recording/Main: Decoupled the WebM writer class from codec dependencies. Various bugfixes [build fix]. bugref:10275

File:
1 edited

Legend:

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

    r96230 r96231  
    581581    AssertRC(vrc);
    582582
    583 #ifdef DEBUG /* Only validate in debug builds, to speed things up in release builds. */
    584583    WebMTracks::iterator itTrack = CurSeg.mapTracks.find(uTrack);
    585584    if (itTrack == CurSeg.mapTracks.end())
     
    588587        return VERR_NOT_FOUND;
    589588    }
    590 #endif
    591589
    592590    WebMTrack *pTrack = itTrack->second;
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