]> git.sesse.net Git - nageru/blobdiff - nageru/mixer.cpp
Various indent fixes.
[nageru] / nageru / mixer.cpp
index e766d8864d89023d2d451bc75107ef1d5630c340..b986ed5fd8c28698346c279d6ebd1108c40539cf 100644 (file)
@@ -809,7 +809,7 @@ int unwrap_timecode(uint16_t current_wrapped, int last)
 
 void Mixer::bm_frame(unsigned card_index, uint16_t timecode,
                      FrameAllocator::Frame video_frame, size_t video_offset, VideoFormat video_format,
-                    FrameAllocator::Frame audio_frame, size_t audio_offset, AudioFormat audio_format)
+                     FrameAllocator::Frame audio_frame, size_t audio_offset, AudioFormat audio_format)
 {
        DeviceSpec device{InputSourceType::CAPTURE_CARD, card_index};
        CaptureCard *card = &cards[card_index];