Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all assert...
[dcpomatic.git] / src / lib / subrip_content.cc
index 992947a2d9023c38758c14a22ed982689385ea8d..f4dd427f347f220a3b7954c32af852ddb991259c 100644 (file)
@@ -56,7 +56,7 @@ SubRipContent::examine (boost::shared_ptr<Job> job, bool calculate_digest)
        SubRip s (shared_from_this ());
 
        shared_ptr<const Film> film = _film.lock ();
-       assert (film);
+       DCPOMATIC_ASSERT (film);
        
        DCPTime len (s.length (), film->active_frame_rate_change (position ()));
 
@@ -80,7 +80,7 @@ SubRipContent::technical_summary () const
 string
 SubRipContent::information () const
 {
-
+       
 }
        
 void