VirtualBox

Changeset 13644 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 29, 2008 9:52:27 AM (16 years ago)
Author:
vboxsync
Message:

no, this is better (they changed the type later)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp

    r13643 r13644  
    158158            av_write_trailer(mpFormatContext);
    159159            /* free the streams */
    160             for(int i = 0; i < mpFormatContext->nb_streams; i++) {
     160            for(unsigned i = 0; i < (unsigned)mpFormatContext->nb_streams; i++) {
    161161                av_freep(&mpFormatContext->streams[i]->codec);
    162162                av_freep(&mpFormatContext->streams[i]);
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