Changeset 13644 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 29, 2008 9:52:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp
r13643 r13644 158 158 av_write_trailer(mpFormatContext); 159 159 /* free the streams */ 160 for( int i = 0; i <mpFormatContext->nb_streams; i++) {160 for(unsigned i = 0; i < (unsigned)mpFormatContext->nb_streams; i++) { 161 161 av_freep(&mpFormatContext->streams[i]->codec); 162 162 av_freep(&mpFormatContext->streams[i]);
Note:
See TracChangeset
for help on using the changeset viewer.