Create parent directories on file() as well as dir().
[dcpomatic.git] / src / lib / subtitle.cc
index 8a9998d6a9394501c7a5b489ae2bef755a86a099..bd5f0c87969cc76b473c4af506c0c88e913ec235 100644 (file)
@@ -27,6 +27,7 @@
 
 using namespace std;
 using namespace boost;
+using libdcp::Size;
 
 /** Construct a TimedSubtitle.  This is a subtitle image, position,
  *  and a range of time over which it should be shown.
@@ -34,7 +35,7 @@ using namespace boost;
  */
 TimedSubtitle::TimedSubtitle (AVSubtitle const & sub)
 {
-       assert (sub.rects > 0);
+       assert (sub.num_rects > 0);
        
        /* Subtitle PTS in seconds (within the source, not taking into account any of the
           source that we may have chopped off for the DCP)