| 320 | } |
| 321 | |
| 322 | bool FileSequence::operator ==( const FileSequence &other ) const |
| 323 | { |
| 324 | return m_fileName == other.m_fileName && m_frameList->isEqualTo( other.m_frameList ); |
| 325 | } |
| 326 | |
| 327 | boost::format FileSequence::fileNameTemplate( bool negativeFrame ) const |
| 328 | { |