X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmixer.cpp;fp=nageru%2Fmixer.cpp;h=a5206c9b3ea48edf27c9d8db2462a8933465927f;hb=1a7e004368f4f5221e91bf53e17a8c0f7e1ceeb8;hp=ba1f3347f4876d209fdd18a6d836a7f05969482d;hpb=4d97399a1b67631f1844d807d95cb9da48f20477;p=nageru diff --git a/nageru/mixer.cpp b/nageru/mixer.cpp index ba1f334..a5206c9 100644 --- a/nageru/mixer.cpp +++ b/nageru/mixer.cpp @@ -48,6 +48,7 @@ #include "image_input.h" #include "input_mapping.h" #include "shared/metrics.h" +#include "shared/va_display.h" #include "mjpeg_encoder.h" #include "pbo_frame_allocator.h" #include "shared/ref_counted_gl_sync.h" @@ -55,7 +56,6 @@ #include "shared/timebase.h" #include "timecode_renderer.h" #include "v210_converter.h" -#include "va_display_with_cleanup.h" #include "video_encoder.h" #undef Status