Changeset 1354

Show
Ignore:
Timestamp:
01/25/08 02:30:15 (10 months ago)
Author:
timdewhirst
Message:

audiotube
- build fix for avformat; not sure when this was broken as the code in both ffmpeg and
olibs claim to be quite old

Files:
1 modified

Legend:

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

    r1347 r1354  
    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;