X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=e6bf08ecf576c4612d14e10f52dc4c671d63844e;hb=5e4d7389b8c8375593d73557e829c0f10ee671dc;hp=87b05b1f5379be2cdad3204b81d7af094d148bd2;hpb=ad1641ad3ab50ecd17af2e1c2d980f26e6adf0bb;p=nageru diff --git a/flags.h b/flags.h index 87b05b1..e6bf08e 100644 --- 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.