From 86c9e22f5fb7bd701de498ab99223bf96b030919 Mon Sep 17 00:00:00 2001 From: "Joseph C. Osborn" Date: Fri, 7 Nov 2025 09:23:43 -0800 Subject: [PATCH] remove stale todo --- genvideo/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/genvideo/src/main.rs b/genvideo/src/main.rs index 0bc6152..01ea8af 100644 --- a/genvideo/src/main.rs +++ b/genvideo/src/main.rs @@ -85,7 +85,6 @@ impl VideoState { out_video_enc.width(), out_video_enc.height(), ); - /* TODO: Consider using the pixel format of the emulator here and avoid copying as rgb888 */ let (copy_format, is_native) = match pixel_format { retro_rs::libretro::retro_pixel_format::RETRO_PIXEL_FORMAT_0RGB1555 => { (ffmpeg_next::format::Pixel::RGB555, true)