remove stale todo

This commit is contained in:
2025-11-07 09:23:43 -08:00
parent ffe6f4afb4
commit 86c9e22f5f
-1
View File
@@ -85,7 +85,6 @@ impl VideoState {
out_video_enc.width(), out_video_enc.width(),
out_video_enc.height(), 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 { let (copy_format, is_native) = match pixel_format {
retro_rs::libretro::retro_pixel_format::RETRO_PIXEL_FORMAT_0RGB1555 => { retro_rs::libretro::retro_pixel_format::RETRO_PIXEL_FORMAT_0RGB1555 => {
(ffmpeg_next::format::Pixel::RGB555, true) (ffmpeg_next::format::Pixel::RGB555, true)