a8169321fd
* Any WAVE file can be used for timing * Reads/Writes SSA (Sub Station Alpha) and ASS (Advanced Sub Station) formats. * Instant preview of subtitle with all effects * Ability to place subtitles visually (Needs more testing) * Ability to mute specific channel * Ability to open alternate views of the same wave * Ability to mark key frames from a video on the waveform * Ability to save Workspace (saves information such as currently opened sound, video files and position in the wave) * Ability to format script on save * "Code Hiding" WWW: http://sourceforge.net/projects/sabbu/
10 lines
230 B
C
10 lines
230 B
C
--- Source/common.h.orig Wed Aug 10 17:29:30 2005
|
|
+++ Source/common.h Sun May 27 09:51:29 2007
|
|
@@ -31,4 +31,7 @@
|
|
#include "alloc.h"
|
|
#include "util.h"
|
|
|
|
+#ifndef __STDC_CONSTANT_MACROS
|
|
+#define __STDC_CONSTANT_MACROS 1
|
|
+#endif
|
|
|