From: Steinar H. Gunderson Date: Sun, 11 Oct 2015 14:30:39 +0000 (+0200) Subject: Switch to mkv for the time being. X-Git-Tag: 1.0.0~250 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8c262d40bbad4c134b94f6b0e4f0971fc54e665d;p=nageru Switch to mkv for the time being. --- diff --git a/mixer.cpp b/mixer.cpp index 03773b7..69eebe0 100644 --- a/mixer.cpp +++ b/mixer.cpp @@ -95,7 +95,7 @@ Mixer::Mixer(const QSurfaceFormat &format) display_chain->set_dither_bits(0); // Don't bother. display_chain->finalize(); - h264_encoder.reset(new H264Encoder(h264_encoder_surface, WIDTH, HEIGHT, "test.mp4")); + h264_encoder.reset(new H264Encoder(h264_encoder_surface, WIDTH, HEIGHT, "test.mkv")); for (int card_index = 0; card_index < NUM_CARDS; ++card_index) { printf("Configuring card %d...\n", card_index);