]> git.sesse.net Git - nageru/commitdiff
Switch to mkv for the time being.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 Oct 2015 14:30:39 +0000 (16:30 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 Oct 2015 14:30:39 +0000 (16:30 +0200)
mixer.cpp

index 03773b745b6074e7f88e32e30b436c7c7b7448a3..69eebe07905196e024ae4bf0708fc53b2629d6b7 100644 (file)
--- 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);