Remove an unneeded comment

This commit is contained in:
Jesse Talavera 2024-12-13 14:52:11 -05:00
parent 391be66361
commit 2bd45eeb6f
1 changed files with 0 additions and 1 deletions

View File

@ -437,7 +437,6 @@ static struct string_list *ffmpeg_camera_device_list_new(const void *driver_cont
{
// if (input->priv_class && input->priv_class->category == AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT)
RARCH_LOG("[FFMPEG]: Found input device: %s (%s, %x)\n", input->name, input->long_name, input->flags);
// TODO: Find guide for creating and using a camera
}
return list;