mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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/
17 lines
265 B
C
17 lines
265 B
C
--- Source/video.h.orig Thu Jul 14 17:52:07 2005
|
|
+++ Source/video.h Sun Jun 17 08:57:32 2007
|
|
@@ -23,11 +23,13 @@
|
|
};
|
|
|
|
#else
|
|
+extern "C" {
|
|
#ifndef _WINDOWS
|
|
#include <ffmpeg/avformat.h>
|
|
#else
|
|
#include "video_ffmpeg.h"
|
|
#endif
|
|
+}
|
|
#endif
|
|
|
|
void video_uninit();
|