Many small improvements, bug fixes, and build system fixes for newer systems that have both qt4 and qt5.

This commit is contained in:
Jonathan Thomas
2013-09-08 16:08:56 -05:00
parent 12ca79ce0b
commit a42e257521
11 changed files with 175 additions and 67 deletions

View File

@@ -58,6 +58,7 @@ namespace openshot
FFmpegReader *local_reader;
chunk_location previous_location;
ChunkVersion version;
tr1::shared_ptr<Frame> last_frame;
/// Check if folder path existing
bool does_folder_exist(string path);

View File

@@ -92,6 +92,7 @@ namespace openshot
AVPacket *packet;
AVPicture *pFrame;
bool is_open;
bool is_duration_known;
bool check_interlace;
bool check_fps;