From 744b4a8af94f544a41128bdf5f05b8bb2da1998b Mon Sep 17 00:00:00 2001
From: Adrien Beraud <adrien.beraud@savoirfairelinux.com>
Date: Fri, 10 Jan 2025 15:48:51 -0500
Subject: [PATCH] Android video: cleanup

Change-Id: I184be9e80501b3bbd83eaae214bb650f51d3408c
---
 src/media/video/androidvideo/video_device_impl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/media/video/androidvideo/video_device_impl.cpp b/src/media/video/androidvideo/video_device_impl.cpp
index 7aed5f4eb2..8f4c276452 100644
--- a/src/media/video/androidvideo/video_device_impl.cpp
+++ b/src/media/video/androidvideo/video_device_impl.cpp
@@ -82,7 +82,7 @@ VideoDeviceImpl::selectFormat()
 {
     /*
      * formats_ contains camera parameters as returned by the GetCameraInfo
-     * signal, find the matching V4L2 formats
+     * signal, find the matching Android formats
      */
     unsigned best = UINT_MAX;
     for (auto fmt : formats_) {
-- 
GitLab