Changeset 1361
- Timestamp:
- 02/19/08 03:50:16 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/openmedialib/plugins/avformat/avformat_plugin.cpp
r1358 r1361 320 320 // Close the output file 321 321 if ( !( fmt_->flags & AVFMT_NOFILE ) ) 322 url_fclose( &oc_->pb );322 url_fclose( oc_->pb ); 323 323 324 324 // Free the context … … 1962 1962 1963 1963 // Check for streaming 1964 if ( error == 0 && url_is_streamed( &context_->pb ) )1964 if ( error == 0 && url_is_streamed( context_->pb ) ) 1965 1965 { 1966 1966 is_seekable_ = false;
