OSDN Git Service

ffmpegオプションファイルからオプションを読みだして設定
[coroid/inqubus.git] / vhook / main.h
index 8bf7500..fffd1a4 100644 (file)
@@ -35,6 +35,7 @@ struct DATA{
        int fontsize_fix;
        int process_first_called;
        int video_length;
+    int aspect_mode;
 };
 
 typedef struct SETTING{
@@ -52,6 +53,12 @@ typedef struct SETTING{
        int show_video;
        int fontsize_fix;
        int opaque_comment;
+    /**
+     * アスペクト比の指定. コメントのフォントサイズや速度に影響する.
+     * 0 - 4:3
+     * 1 - 16:9
+     */
+    int aspect_mode;
 }SETTING;
 
 int init(FILE* log);