Changeset 1358

Show
Ignore:
Timestamp:
02/18/08 17:08:45 (9 months ago)
Author:
timdewhirst
Message:

oml
- fix for compile issue w/ ffmpeg

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/openmedialib/plugins/avformat/avformat_plugin.cpp

    r1354 r1358  
    320320                                // Close the output file 
    321321                                if ( !( fmt_->flags & AVFMT_NOFILE ) ) 
    322                                         url_fclose( oc_->pb ); 
     322                                        url_fclose( &oc_->pb ); 
    323323 
    324324                                // Free the context 
     
    19621962 
    19631963                        // Check for streaming 
    1964                         if ( error == 0 && url_is_streamed( context_->pb ) ) 
     1964                        if ( error == 0 && url_is_streamed( &context_->pb ) ) 
    19651965                        { 
    19661966                                is_seekable_ = false;