]> git.sesse.net Git - nageru/blobdiff - nageru/flags.h
Add a --no-transcode-video flag to Kaeru.
[nageru] / nageru / flags.h
index bbe84c254e17c73f6977e983134ffe04f39c1176..dc9c585d0efb5ae718687110b0d9c76683919345 100644 (file)
@@ -66,6 +66,7 @@ struct Flags {
        bool ten_bit_input = false;
        bool ten_bit_output = false;  // Implies x264_video_to_disk == true and x264_bit_depth == 10.
        YCbCrInterpretation ycbcr_interpretation[MAX_VIDEO_CARDS];
+       bool transcode_video = true;  // Kaeru only.
        bool transcode_audio = true;  // Kaeru only.
        bool enable_audio = true;  // Kaeru only. If false, then transcode_audio is also false.
        int x264_bit_depth = 8;  // Not user-settable.