]> git.sesse.net Git - nageru/blobdiff - flags.h
Add support for transcoding the audio in Kaeru (on by default).
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 87b05b1f5379be2cdad3204b81d7af094d148bd2..e6bf08ecf576c4612d14e10f52dc4c671d63844e 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -59,6 +59,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_audio = true;  // Kaeru only.
        int x264_bit_depth = 8;  // Not user-settable.
        bool use_zerocopy = false;  // Not user-settable.
        bool can_disable_srgb_decoder = false;  // Not user-settable.