Show
Ignore:
Timestamp:
04/18/08 23:31:08 (7 months ago)
Author:
astrange
Message:

Preroll subtitle fonts when loading the file.
This moves the annoying pause on start to the main thread.

Some cleanup.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Subtitles/SubImport.h

    r806 r850  
    1111 
    1212#include <QuickTime/QuickTime.h> 
     13#ifndef __OBJC__ 
     14#include "SubATSUIRenderer.h" 
     15#endif 
    1316 
    1417#ifndef __OBJC_GC__ 
     
    3134#import <Cocoa/Cocoa.h> 
    3235#import "SubContext.h" 
     36#import "SubATSUIRenderer.h" 
    3337 
    3438@interface SubLine : NSObject